소스 검색

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

hhlxayunmei 2 년 전
부모
커밋
830f41bbec
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/views/caseManagement/components/payDialog.vue
  2. 1
    1
      src/views/caseManagement/components/respondentPay.vue

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