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

This reverts commit aa401c915d.
This commit is contained in:
konbai
2023-03-01 22:30:00 +08:00
parent a50fdd3bda
commit a3d3f962a3
4 changed files with 7 additions and 11 deletions

View File

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