diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index ff052d6..946c67a 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -364,7 +364,11 @@ export default { // 发起节点 if (this.isInitiate) { // 选择的标准数据 - params.data.processStandardInterpret = Object.assign({}, compData.standardData[0], { + params.data.processStandardInterpret = Object.assign({}, { + // 分解单来源 + decompositionSource: compData.standardData[0] && compData.standardData[0].decompositionSource, + // 标准id + standardId: compData.standardData[0] && compData.standardData[0].id, projectId: this.projectId }) // 条款列表 diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue index dff32d3..77e4e8c 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue @@ -72,6 +72,7 @@ type="radio" @listChange="handleAddStandardCallback" :canSelectedSource="[StandardSource.FOREIGN.value]" + :filters="{releaseSplitFlag: '1'}" disabledSourceSearch/>