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

@@ -340,7 +340,8 @@ export default {
modelId: null,
form: {
processName: null,
processKey: null
processKey: null,
namespace: null
}
},
designerModelId: null,
@@ -541,7 +542,8 @@ export default {
this.designerData.modelId = row.modelId;
this.designerData.form = {
processName: row.modelName,
processKey: row.modelKey
processKey: row.modelKey,
category: row.category
}
if (row.modelId) {
this.designerData.loading = true;