zhangjie 1 anno fa
parent
commit
fb4a18ea67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/base/components/ModifyFlow.vue

+ 1 - 1
src/modules/base/components/ModifyFlow.vue

@@ -56,7 +56,7 @@ const initModalForm = {
   id: null,
   name: "",
   type: "ELECTRON_FLOW",
-  modelType: "USER_FIXED",
+  modelType: "APPROVE_SET",
 };
 
 export default {