|
|
@ -388,6 +388,10 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
} else if (this.fold == '03') { |
|
|
|
if (this.image_list1.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传保单照片' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.image_list1.length > 0) { |
|
|
|
for (var i = 0; i < this.image_list1.length; i++) { |
|
|
|
this.warrant.policyList.push(this.image_list1[i].url) |
|
|
|