iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsArea/addForm.vue
@@ -92,6 +92,12 @@ form: this.$form.createForm(this) } }, created() { WmsWarehousePage().then((d) => { this.warehouseIdData = d.data.rows || [] }).catch(() => { }) }, methods: { moment, // 初始化方法 @@ -102,12 +108,7 @@ }); // const warehouseIdOption = this.$options // this.warehouseIdData = warehouseIdOption.filters['dictData']('area_type') WmsWarehousePage().then((d) => { // this.selectTypeData = d.data || [] this.warehouseIdData = d.data.rows || [] }).catch(() => { }) }, /**