diff --git a/src/views/caseManagement/components/payDialog.vue b/src/views/caseManagement/components/payDialog.vue index 3c24e02..6655193 100644 --- a/src/views/caseManagement/components/payDialog.vue +++ b/src/views/caseManagement/components/payDialog.vue @@ -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) { diff --git a/src/views/caseManagement/components/respondentPay.vue b/src/views/caseManagement/components/respondentPay.vue index 0768690..38c79f1 100644 --- a/src/views/caseManagement/components/respondentPay.vue +++ b/src/views/caseManagement/components/respondentPay.vue @@ -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) {