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