From 6407468f0ac83fcba773daed616354381361d68b Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 6 Feb 2023 23:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invRelUsers.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) => {