diff --git a/src/pages/mediation-management/components/batchofficeWDialog.vue b/src/pages/mediation-management/components/batchofficeWDialog.vue index 718b2ca..c264017 100644 --- a/src/pages/mediation-management/components/batchofficeWDialog.vue +++ b/src/pages/mediation-management/components/batchofficeWDialog.vue @@ -76,7 +76,7 @@ import api from "@/services/caseManagement"; ObjectInfo:{ fileTypes:['MEDIATE_NOTE','MEDIATE_APPLICATION','CONFIRMATION_OF_ADDRESS'], deadline:'1', - caseId:[] + caseIdList:[] }, tableData:[], total:0, @@ -110,7 +110,7 @@ import api from "@/services/caseManagement"; const day = nextDate.getDate().toString().padStart(2, '0'); this.ObjectInfo.deadline = year +'-'+ month +'-'+ day + ' 23:23:59' - this.ObjectInfo.caseId = this.eventTraDialog.caseids; + this.ObjectInfo.caseIdList = this.eventTraDialog.caseids; api.traceSignBatchCreate(this.ObjectInfo).then((res) => { this.$message.success("批量发起签字成功"); this.handleClose()