927问题修复
This commit is contained in:
@@ -785,12 +785,13 @@ export default {
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
visible: {
|
||||
initpaymentArr: {
|
||||
handler(val) {
|
||||
if (val) {
|
||||
this.applicateArr = [];
|
||||
this.quiltArr = [];
|
||||
this.formData = this.form;
|
||||
if (this.flag == "1" || this.flag == "0") {
|
||||
setTimeout(() => {
|
||||
this.form2.paymentArr = this.initpaymentArr;
|
||||
this.form3.paymentArr1 = this.initpaymentArr1;
|
||||
console.log(this.caseAttachList, "caseAttachList");
|
||||
@@ -803,11 +804,10 @@ export default {
|
||||
}
|
||||
});
|
||||
this.fileList = this.caseAttachList;
|
||||
this.fileList.forEach((item)=> {
|
||||
item["name"]=item.annexName;
|
||||
this.fileList.forEach((item) => {
|
||||
item["name"] = item.annexName;
|
||||
item["certificatePath"] = item.annexPath;
|
||||
})
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
if (this.flag == "2") {
|
||||
this.form2.paymentArr = [
|
||||
@@ -857,7 +857,7 @@ export default {
|
||||
} else {
|
||||
this.$message.warning("暂不支持预览");
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
// 文件上传成功
|
||||
handlSuccess(res, file) {
|
||||
|
||||
Reference in New Issue
Block a user