schangxiang@126.com
2024-04-25 37578dc41551e36ee2ef08fe57114173661949f5
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(() => {
      })
    },
    /**