zuozhengqing
2023-11-14 963aa535e2ac0adf5bfc5dbd5168f63f71177c40
src/views/warehouseManage/position/index.vue
@@ -124,12 +124,13 @@
    },
    // 请求数据
    async getData() {
      await getLocationList({
      let params={
        type: this.type,
        keyword: this.keyword,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {
        pageSize: this.pagerOptions.pageSize,
      }
      await getLocationList(params).then((res) => {
        if (res.code === 200) {
          const list = res.data ? res.data : []
          this.tableList.tableInfomation = list