廖井涛
2024-05-11 3fbc1ac0517b33088e4ff0b9b7822c390c689a9a
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);