fix(流程设计): 修改流程bpmn的 targetNamespace 为流程分类编号

This commit is contained in:
konbai
2022-12-11 17:21:57 +08:00
parent fa34d98304
commit aa401c915d
4 changed files with 11 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ export default {
controlForm: {
processId: this.designerForm.processKey || '',
processName: this.designerForm.processName || '',
namespace: this.designerForm.category || '',
simulation: false,
labelEditing: false,
labelVisible: false,