廖井涛
2024-08-07 4d81346547d5ac21bf7bb64c3878c09592d0aaf6
north-glass-erp/northglass-erp/src/views/system/user/UserList.vue
@@ -82,7 +82,6 @@
})
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);