* Fix-8170 SUB_PROCESS Clicking into the child node does not react * Fix-8170 SUB_PROCESS Clicking into the child node does not react Co-authored-by: mazhong <316422240@qq.com>
This commit is contained in:
parent
9bfff90c66
commit
7a7558c9dd
|
|
@ -653,13 +653,8 @@
|
|||
this.$message.error(e.msg || '')
|
||||
})
|
||||
} else {
|
||||
const processDefinitionId =
|
||||
this.backfillItem.params.processDefinitionId
|
||||
const process = this.processListS.find(
|
||||
(def) => def.id === processDefinitionId
|
||||
)
|
||||
this.$emit('onSubProcess', {
|
||||
subProcessCode: process.code,
|
||||
subProcessCode: this.backfillItem.params.processDefinitionCode,
|
||||
fromThis: this
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue