2 Commits

Autor SHA1 Nachricht Datum
  hhl123456789 51c91a1c1a '上传多个缴费凭证后,删除一个提交接口报错修复' vor 2 Jahren
  hhlxayunmei 4c0c084126 Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev vor 2 Jahren

+ 1
- 1
src/views/caseManagement/components/payDialog.vue Datei anzeigen

130
     handleRemove(file, fileList) {
130
     handleRemove(file, fileList) {
131
       (this.submitForm.payOrderList = []),
131
       (this.submitForm.payOrderList = []),
132
       fileList.forEach((item) => {
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
     handlePreview(file) {
136
     handlePreview(file) {

+ 1
- 1
src/views/caseManagement/components/respondentPay.vue Datei anzeigen

130
       handleRemove(file, fileList) {
130
       handleRemove(file, fileList) {
131
         (this.submitForm.payOrderList = []),
131
         (this.submitForm.payOrderList = []),
132
         fileList.forEach((item) => {
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
       handlePreview(file) {
136
       handlePreview(file) {