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