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


Неке датотеке нису приказане због велике количине промена