src/views/reportForm/inventoryReport/index.vue
@@ -399,8 +399,8 @@ page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize }).then((res) => { if (res.data.code === 200) { this.warehouseList = res.data.data if (res.code === 200) { this.warehouseList = res.data } }) }