huang_an 1 년 전
부모
커밋
5a1982a581
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/bpm/outgoingManagement/outbound.vue

+ 3 - 3
src/views/bpm/outgoingManagement/outbound.vue

@@ -661,10 +661,10 @@
       }
     },
     async created() {
-      this.getFieldModel();
-      this.getListItems();
+      await this.getFieldModel();
+      await this.getListItems();
       await this.getPickOrderDetail();
-      this.initDeptData().then(() => {
+      await this.initDeptData().then(() => {
         this.initFormData();
       });
     },