Revert "fix(流程设计): 修改流程bpmn的 targetNamespace 为流程分类编号"
This reverts commit aa401c915d.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user