Просмотр исходного кода

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

hhl123456789 2 лет назад
Родитель
Сommit
51c91a1c1a

+ 1
- 1
src/views/caseManagement/components/payDialog.vue Просмотреть файл

@@ -130,7 +130,7 @@ export default {
130 130
     handleRemove(file, fileList) {
131 131
       (this.submitForm.payOrderList = []),
132 132
       fileList.forEach((item) => {
133
-          this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName });
133
+          this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
134 134
         });
135 135
     },
136 136
     handlePreview(file) {

+ 1
- 1
src/views/caseManagement/components/respondentPay.vue Просмотреть файл

@@ -130,7 +130,7 @@
130 130
       handleRemove(file, fileList) {
131 131
         (this.submitForm.payOrderList = []),
132 132
         fileList.forEach((item) => {
133
-            this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName });
133
+            this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
134 134
           });
135 135
       },
136 136
       handlePreview(file) {