lkk
2024-12-02 58726ca61252737d34fbdff9abd46f5f376bccd1
src/views/system/role/selectUser.vue
@@ -28,6 +28,7 @@
        <el-table-column type="selection" width="55"></el-table-column>
        <el-table-column label="用户名称" prop="userName" :show-overflow-tooltip="true" />
        <el-table-column label="用户昵称" prop="nickName" :show-overflow-tooltip="true" />
        <el-table-column label="科室" prop="deptName" :show-overflow-tooltip="true" />
        <el-table-column label="邮箱" prop="email" :show-overflow-tooltip="true" />
        <el-table-column label="手机" prop="phonenumber" :show-overflow-tooltip="true" />
        <el-table-column label="状态" align="center" prop="status">
@@ -103,6 +104,8 @@
    // 查询表数据
    getList() {
      unallocatedUserList(this.queryParams).then(res => {
        console.log(res,6969);
        this.userList = res.rows;
        this.total = res.total;
      });