Commit 0e586f48 authored by 盖献康's avatar 盖献康

feat: 发起新任务 -> 小接口都对完,只差最后一步

parent 3cb866af
import request from '@/utils/request' import request from '@/utils/request'
import { parseStrEmpty } from '@/utils/ruoyi' import { parseStrEmpty } from '@/utils/ruoyi'
// 通过角色名查询用户
export function getUserByRole(data) {
return request({
url: '/system/user/getUserByRole',
method: 'post',
data: data
})
}
// 查询用户列表 // 查询用户列表
export function listUser(query) { export function listUser(query) {
return request({ return request({
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment