1
wwl
2025-02-13 c699c544034a0e57e9881fc99930eddfa75c9f8c
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;
      });
    },