huang_an hai 1 ano
pai
achega
5a1982a581
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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();
       });
     },