diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 9953c5c..9eab3d3 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -270,6 +270,8 @@ 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