[update 标准解读流程] 分发

This commit is contained in:
danshihao
2024-07-09 17:44:06 +08:00
parent 900f27647a
commit e932d40c83
4 changed files with 129 additions and 81 deletions
@@ -380,6 +380,14 @@ export default {
})
// 条款列表
params.data.processStandardInterpretClauseList = compData.clauseData
} else if (this.currentNodeId === StandardInterpretationNodes.standardInterpreterDistribution.value) {
// 标准主解读人分发节点
// 联络人分发节点
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
projectId: this.projectId
})
// 条款列表
params.data.processStandardInterpretClauseList = compData.clauseData
}
// 如果有校验失败的,那就报错
if (flag) {