[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-11 19:55:50 +08:00
parent a4cb5a8cba
commit 5c9250085d
2 changed files with 4 additions and 3 deletions
@@ -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) {