|
|
|
@ -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) => {
|
|
|
|
|
});
|
|
|
|
|