diff --git a/src/views/system/dept/invRelUsers.vue b/src/views/system/dept/invRelUsers.vue index a9fe949f..27c2da69 100644 --- a/src/views/system/dept/invRelUsers.vue +++ b/src/views/system/dept/invRelUsers.vue @@ -205,12 +205,14 @@ export default { limit: 10 }; }, - loadUserList(val) { //获取仓库用户列表 - if (val != null) { - this.userQuery.page = val; - } + loadUserList() { //获取仓库用户列表 + + // if (val != null) { + // this.userQuery.page = val; + // } //加载用户数据 warehouseUserList(this.userQuery).then((res) => { + this.userData = res.data.list; this.userTotal = res.data.total; }).catch((error) => {