From 5c9250085d0a50eda7487e46467a380ebfbae5c6 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 11 Jul 2024 19:55:50 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardInterpretationProcess.vue | 4 ++-- .../modules/InterpretationMainInterpreterDistribute.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index 2d86047..f29a30b 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -39,7 +39,7 @@ :colon="formItemColon"> @@ -54,7 +54,7 @@ diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index c50e647..9953c5c 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -270,12 +270,13 @@ export default { console.log(data) this.dataSource = [data.data.processStandardInterpret] this.formInline = data.data.processStandardInterpret - this.clauseDataSource = data.data.processStandardInterpretClauseList // 是否下发 if (data.data.processStandardInterpret.isDistribute === IsDistribute.DISTRIBUTE.value) { this.isDistribute = true + this.clauseDataSource = data.data.processStandardInterpretClauseList } else if (data.data.processStandardInterpret.isDistribute === IsDistribute.NOT_DISTRIBUTE.value) { this.isDistribute = false + this.clauseDataSource = data.data.processStandardInterpretClauseSublistList } // 是否下发有值就自动带入下一步,并回显数据 if (data.data.processStandardInterpret.isDistribute) {