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();
       });
     },