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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.