927问题修复

This commit is contained in:
Your Name
2023-09-28 15:05:56 +08:00
parent 9e3fcf5892
commit 3cd0165b17
5 changed files with 92 additions and 55 deletions
@@ -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) {