1
wwl
2024-12-12 39af4bcc870587da7e50e11dc9c059684d6ee4ad
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;
      });
    },