批量签字

This commit is contained in:
tdg930622 2025-01-13 16:44:03 +08:00
parent 2e37749d6b
commit 4b42eeb204

View File

@ -76,7 +76,7 @@ import api from "@/services/caseManagement";
ObjectInfo:{ ObjectInfo:{
fileTypes:['MEDIATE_NOTE','MEDIATE_APPLICATION','CONFIRMATION_OF_ADDRESS'], fileTypes:['MEDIATE_NOTE','MEDIATE_APPLICATION','CONFIRMATION_OF_ADDRESS'],
deadline:'1', deadline:'1',
caseId:[] caseIdList:[]
}, },
tableData:[], tableData:[],
total:0, total:0,
@ -110,7 +110,7 @@ import api from "@/services/caseManagement";
const day = nextDate.getDate().toString().padStart(2, '0'); const day = nextDate.getDate().toString().padStart(2, '0');
this.ObjectInfo.deadline = year +'-'+ month +'-'+ day + ' 23:23:59' 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) => { api.traceSignBatchCreate(this.ObjectInfo).then((res) => {
this.$message.success("批量发起签字成功"); this.$message.success("批量发起签字成功");
this.handleClose() this.handleClose()