修改仓库分页

wms_pzh
郑明梁 3 years ago
parent 31bfb201e1
commit 616e26bd8e

@ -1543,8 +1543,9 @@ export default {
var busQuery = {
code: this.currentCode,
page: 1,
limit: 10000
limit: 50
}
warehouseBussinessTypeList(busQuery).then((res) => {
this.userBussinessTypeList = res.data.list;
}).catch((error) => {
@ -1592,9 +1593,10 @@ export default {
var busQuery = {
code: this.currentCode,
page: 1,
limit: 100000
limit: 50
}
warehouseBussinessTypeList(busQuery).then((res) => {
this.userBussinessTypeList = res.data.list || [];
}).catch((error) => {
});

Loading…
Cancel
Save