[update 标准解读流程] 发起
This commit is contained in:
+5
-1
@@ -403,8 +403,12 @@ export default {
|
||||
if (this.isInitiate) {
|
||||
const standardData = compData.standardData[0] || {}
|
||||
const formData = this.info.data && this.info.data.processStandardInterpret
|
||||
// 发起节点id和标准id一样,就把id删了
|
||||
if (standardData.id === standardData.standardId) {
|
||||
delete standardData.id
|
||||
}
|
||||
// 选择的标准数据
|
||||
params.data.processStandardInterpret = Object.assign({}, formData, {
|
||||
params.data.processStandardInterpret = Object.assign({}, formData, standardData, {
|
||||
// 分解单来源
|
||||
decompositionSource: standardData.decompositionSource,
|
||||
// 标准id
|
||||
|
||||
Reference in New Issue
Block a user