From 7ceb271092f936a94c4f1edccdea48e9fe7a0f23 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 14 Aug 2024 11:24:30 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B]?= =?UTF-8?q?=20=E4=B8=BB=E8=A7=A3=E8=AF=BB=E4=BA=BA=E4=B8=8D=E5=88=86?= =?UTF-8?q?=E5=8F=91=EF=BC=8C=E5=AF=BC=E5=85=A5=E5=A2=9E=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationMainInterpreterDistribute.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 5a56da4..e8a3c51 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -221,7 +221,9 @@ export default { standardInterp: '', standardId: '', splitInfoId: '', - total: 0 + nodeId: '', + taskId: '', + projectId: '' }, // 禁用导入,分解单来源是不带入时 disabledImport: false @@ -311,7 +313,9 @@ export default { this.importParams.standardInterp = info.id this.importParams.standardId = info.standardId this.importParams.splitInfoId = info.splitInfoId - this.importParams.total = data.data.processStandardInterpretClauseList.length + this.importParams.nodeId = this.$route.query.nodeId + this.importParams.taskId = this.$route.query.taskId + this.importParams.projectId = this.$route.query.projectId this.dataSource = [info] this.formInline = info // 默认是少的条款表格