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 // 默认是少的条款表格