diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index 2d86047..f29a30b 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -39,7 +39,7 @@ :colon="formItemColon"> @@ -54,7 +54,7 @@ diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index c50e647..9953c5c 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -270,12 +270,13 @@ export default { console.log(data) this.dataSource = [data.data.processStandardInterpret] this.formInline = data.data.processStandardInterpret - this.clauseDataSource = data.data.processStandardInterpretClauseList // 是否下发 if (data.data.processStandardInterpret.isDistribute === IsDistribute.DISTRIBUTE.value) { this.isDistribute = true + this.clauseDataSource = data.data.processStandardInterpretClauseList } else if (data.data.processStandardInterpret.isDistribute === IsDistribute.NOT_DISTRIBUTE.value) { this.isDistribute = false + this.clauseDataSource = data.data.processStandardInterpretClauseSublistList } // 是否下发有值就自动带入下一步,并回显数据 if (data.data.processStandardInterpret.isDistribute) {