[update 标准解读流程] 完善
This commit is contained in:
+3
-1
@@ -402,8 +402,9 @@ export default {
|
||||
// 发起节点
|
||||
if (this.isInitiate) {
|
||||
const standardData = compData.standardData[0] || {}
|
||||
const formData = this.info.data && this.info.data.processStandardInterpret
|
||||
// 选择的标准数据
|
||||
params.data.processStandardInterpret = Object.assign({}, {
|
||||
params.data.processStandardInterpret = Object.assign({}, formData, {
|
||||
// 分解单来源
|
||||
decompositionSource: standardData.decompositionSource,
|
||||
// 标准id
|
||||
@@ -422,6 +423,7 @@ export default {
|
||||
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
|
||||
projectId: this.projectId
|
||||
})
|
||||
params.map.passFirst = compData.isDistribute ? IsDistribute.DISTRIBUTE.value : IsDistribute.NOT_DISTRIBUTE.value
|
||||
// 条款列表(分发和不分发传入的字段不一样)
|
||||
if (compData.isDistribute) {
|
||||
params.data.processStandardInterpretClauseList = compData.clauseData
|
||||
|
||||
Reference in New Issue
Block a user