田源
2023-08-30 25b0c07fc14b039b2d26db2f6d974aecda9835e7
Source/UBCS-WEB/src/api/system/user.js
@@ -148,3 +148,15 @@
    }
  })
}
// 用户map列表查询
export const getByRoleUserList =(roleName) => {
  return request({
    url: '/api/ubcs-user/getByRoleUserList',
    method: 'get',
    params:{
      roleName
    }
  })
}