From 76f3695d2812e058285ebd98dd50629c630612d4 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 15 Sep 2025 15:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96d=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/newOaWorkflowDetailList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/oa/newOaWorkflowDetailList.vue b/src/views/oa/newOaWorkflowDetailList.vue index 49ff8f687..a3cbccdcb 100644 --- a/src/views/oa/newOaWorkflowDetailList.vue +++ b/src/views/oa/newOaWorkflowDetailList.vue @@ -277,6 +277,10 @@ export default { audit.flowId = this.newOaWorkflowDetailInfo.flowId audit.id = this.newOaWorkflowDetailInfo.id + if (this.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') { + audit.staffId = this.newOaWorkflowDetailInfo.nextAudit.assignee; + } + if (!audit.auditCode) { this.$message.error(this.$t('newOaWorkflowDetail.selectStatus')) return