Ver código fonte

Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev

hhlxayunmei 2 anos atrás
pai
commit
830f41bbec

+ 1
- 1
src/views/caseManagement/components/payDialog.vue Ver arquivo

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 Ver arquivo

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) {