lex-xin 3 年之前
父節點
當前提交
bdf41dadb0
共有 3 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/process/list/create.vue
  2. 0 0
      web/index.html
  3. 0 0
      web/static/web/js/chunk-0a7ee8d6.f1d051ae.js

+ 5 - 1
src/views/process/list/create.vue

@@ -158,7 +158,7 @@ export default {
       }
     };
   },
-  async created() {
+  async mounted() {
     await this.getUserInfo();
     await this.getAllOrgan();
     this.getProcessNodeList();
@@ -209,6 +209,10 @@ export default {
       });
     },
     getProcessNodeList() {
+      const processId = this.$route.query.processId;
+      if(!processId) {
+        return
+      }
       processStructure({
         processId: this.$route.query.processId,
         userId: this.userId

文件差異過大導致無法顯示
+ 0 - 0
web/index.html


文件差異過大導致無法顯示
+ 0 - 0
web/static/web/js/chunk-0a7ee8d6.f1d051ae.js


部分文件因文件數量過多而無法顯示