From 4b42eeb2046e26a54803c7e8b01c2960bc38b973 Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=AD=BE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-management/components/batchofficeWDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()