[Bug-8170][UI] SUB_PROCESS Clicking into the child node does not react (#8371) (#8414)

* 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:
caishunfeng 2022-02-17 16:06:14 +08:00 committed by GitHub
parent 9bfff90c66
commit 7a7558c9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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
})
}