From 7db6a16bfaa098c2075018420830ff9324901892 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 11 Jul 2024 20:09:16 +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 --- .../modules/InterpretationMainInterpreterDistribute.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 9953c5c..9eab3d3 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -270,6 +270,8 @@ 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