修改bug

prod
wangwei 2 years ago
parent 8b7d0de7c3
commit 6407468f0a

@ -205,12 +205,14 @@ export default {
limit: 10 limit: 10
}; };
}, },
loadUserList(val) { // loadUserList() { //
if (val != null) {
this.userQuery.page = val; // if (val != null) {
} // this.userQuery.page = val;
// }
// //
warehouseUserList(this.userQuery).then((res) => { warehouseUserList(this.userQuery).then((res) => {
this.userData = res.data.list; this.userData = res.data.list;
this.userTotal = res.data.total; this.userTotal = res.data.total;
}).catch((error) => { }).catch((error) => {

Loading…
Cancel
Save