[update 标准解读流程] 分发
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user