'上传多个缴费凭证后,删除一个提交接口报错修复'

This commit is contained in:
hhl123456789
2024-03-18 14:36:23 +08:00
parent 4c0c084126
commit 51c91a1c1a
2 changed files with 2 additions and 2 deletions
@@ -130,7 +130,7 @@ export default {
handleRemove(file, fileList) {
(this.submitForm.payOrderList = []),
fileList.forEach((item) => {
this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName });
this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
});
},
handlePreview(file) {
@@ -130,7 +130,7 @@
handleRemove(file, fileList) {
(this.submitForm.payOrderList = []),
fileList.forEach((item) => {
this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName });
this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
});
},
handlePreview(file) {