diff --git a/ruoyi-ui/src/components/ProcessDesigner/index.vue b/ruoyi-ui/src/components/ProcessDesigner/index.vue
index 57f2065e..7a5242d9 100644
--- a/ruoyi-ui/src/components/ProcessDesigner/index.vue
+++ b/ruoyi-ui/src/components/ProcessDesigner/index.vue
@@ -1,7 +1,6 @@
-
+
@@ -52,11 +51,10 @@ export default {
data () {
return {
height: document.documentElement.clientHeight - 94.5 + "px;",
- reloadIndex: 0,
xmlString: this.bpmnXml,
modeler: null,
controlForm: {
- processId: this.designerForm.processId || '',
+ processId: this.designerForm.processKey || '',
processName: this.designerForm.processName || '',
simulation: false,
labelEditing: false,
diff --git a/ruoyi-ui/src/views/workflow/definition/designer.vue b/ruoyi-ui/src/views/workflow/definition/designer.vue
index 16524283..7c905d89 100644
--- a/ruoyi-ui/src/views/workflow/definition/designer.vue
+++ b/ruoyi-ui/src/views/workflow/definition/designer.vue
@@ -25,7 +25,7 @@
-