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