[update 解读流程] 主解读人分发-不分发-下一步自动回显表单
This commit is contained in:
+3
@@ -352,6 +352,9 @@ export default {
|
|||||||
this.isNextStep = true
|
this.isNextStep = true
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.interpretationClauseTable.setData(this.clauseDataSource)
|
this.$refs.interpretationClauseTable.setData(this.clauseDataSource)
|
||||||
|
if (!this.isDistribute) {
|
||||||
|
this.userForm.setFieldsValue(this.formInline)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user