lkk
2024-12-16 6c67a924e87f74a07a74c6f953b69e8bcc109015
src/views/system/role/selectUser.vue
@@ -106,7 +106,10 @@
      unallocatedUserList(this.queryParams).then(res => {
        console.log(res,6969);
        
        this.userList = res.rows;
        this.userList = res.rows.map(item=>{
          item.deptName = item.dept ? item.dept.deptName : '';
          return item
        })
        this.total = res.total;
      });
    },