From c88eb46a92f088a6415ff5c21ae9c1a08770ee54 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jan 2024 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E5=A4=8D=E5=AE=A1?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7=E5=A2=9E=E5=8A=A0draftID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRecheckFlow.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue index 8b42b6d1..95f471e7 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue @@ -435,6 +435,10 @@ export default { this.loading = true const paramObj = {} // 需要传给后端的数据 paramObj.common = { ...values, ...approvalValues } + // 草稿id + if (this.model.infoJsonStr) { + paramObj.common.draftId = this.model.id + } paramObj.flowUser = personnelObj paramObj.data = data.formInline let func