书面页面报错
This commit is contained in:
@@ -327,6 +327,7 @@ export default {
|
|||||||
this.quiltArr = [];
|
this.quiltArr = [];
|
||||||
this.formData = this.form;
|
this.formData = this.form;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
if (this.adjudicatename.caseAttachList.length > 0) {
|
||||||
this.adjudicatename.caseAttachList.forEach(item => {
|
this.adjudicatename.caseAttachList.forEach(item => {
|
||||||
if (item.annexType == 2) {
|
if (item.annexType == 2) {
|
||||||
this.applicateArr.push({
|
this.applicateArr.push({
|
||||||
@@ -341,6 +342,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
this.form2 = {};
|
this.form2 = {};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user