From 1663fe478013c3d666a9c55309c297da77a1defd Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 12 Aug 2024 19:43:27 +0800 Subject: [PATCH] =?UTF-8?q?[update=2088310]=20=E8=A7=A3=E8=AF=BB=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=AF=BC=E5=85=A5=E4=BC=A0=E6=80=BB=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationMainInterpreterDistribute.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 580116b..5a56da4 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -220,7 +220,8 @@ export default { importParams: { standardInterp: '', standardId: '', - splitInfoId: '' + splitInfoId: '', + total: 0 }, // 禁用导入,分解单来源是不带入时 disabledImport: false @@ -306,11 +307,11 @@ export default { return obj }, setData (data) { - console.log(data) const info = data.data.processStandardInterpret || {} this.importParams.standardInterp = info.id this.importParams.standardId = info.standardId this.importParams.splitInfoId = info.splitInfoId + this.importParams.total = data.data.processStandardInterpretClauseList.length this.dataSource = [info] this.formInline = info // 默认是少的条款表格