From 47aecaad09b9bb67c281bb7d13256b2d5d47ff45 Mon Sep 17 00:00:00 2001 From: cc_caijp <1049976610@qq.com> Date: Fri, 9 Jan 2026 11:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A4=E5=90=8D=E4=BF=AE=E5=A4=8D=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/除名公告.js | 16 ++++++------ .../除名修复管理/一移出受理.vue | 25 +++++++++++-------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/api/除名公告.js b/src/api/除名公告.js index 32585d0..cc8b666 100644 --- a/src/api/除名公告.js +++ b/src/api/除名公告.js @@ -83,17 +83,17 @@ export function expelledRepairStartBiz(data) { // 除名修复业务审批流程 export function expelledRepairNextBiz(data) { - const form = new FormData() - console.log(form) - console.log(data) - for (const key in data) { - form.append(key, data[key]) - } - console.log(form) + // const form = new FormData() + // console.log(form) + // console.log(data) + // for (const key in data) { + // form.append(key, data[key]) + // } + // console.log(form) return request({ url: '/expelled/repair/nextBiz', method: 'post', - data: form + data: data }) } diff --git a/src/views/expelled/除名修复管理/一移出受理.vue b/src/views/expelled/除名修复管理/一移出受理.vue index f0b779f..c95a32d 100644 --- a/src/views/expelled/除名修复管理/一移出受理.vue +++ b/src/views/expelled/除名修复管理/一移出受理.vue @@ -1064,18 +1064,21 @@ export default { this.formData.remRemark = '' } const params = { - ...this.detailInfo.repairInfo, - workflowid: this.detailInfo.tsTaskList.workflowid, + bizId: this.bizId, taskId: this.detailInfo.tsTaskList.tasklistid, - acceptStatus: this.isAccept, - isAgreeRepair: this.isAgreeRepair, - contactName: this.contactName, - repairReason: this.repairReason, - remreasons: this.formData.remreasons, - opinion: this.formData.opinion, - remRemark: this.remRemark, - nextPerformerids: this.formData.nextPerformerids, - nextNodeID: 'handleExptlist' + nextNodeId: 'handleExptlist', + nextPerformerIds: this.formData.nextPerformerids, + nextPerformerNames: this.formData.nextPerformerNames, + repairApproveInfo: this.detailInfo.repairInfo, + opinionQuery: { + acceptStatus: this.isAccept, + isAgreeRepair: this.isAgreeRepair, + contactName: this.contactName, + repairReason: this.repairReason, + remreasons: this.formData.remreasons, + opinion: this.formData.opinion, + remRemark: this.remRemark + } } expelledRepairNextBiz(params).then(res => { this.submitLoading = false