From 13fb46afecae05a088eba23fd6676b5038787822 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期六, 11 五月 2024 10:06:31 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/system/user/UserList.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/system/user/UserList.vue b/north-glass-erp/northglass-erp/src/views/system/user/UserList.vue
index a1dd201..270e282 100644
--- a/north-glass-erp/northglass-erp/src/views/system/user/UserList.vue
+++ b/north-glass-erp/northglass-erp/src/views/system/user/UserList.vue
@@ -82,6 +82,7 @@
})
onMounted(()=>{
request.get('/userInfo/findAll').then(res=>{
+ console.log(res.data)
let arr = res.data.users[0]
arr.forEach(item=>{
let bValues = item.userRoleList.map(item => item.role);
--
Gitblit v1.8.0