remove -- 移除流程定义中查询"流程办理人员"和"流程办理组"列表的接口(已弃用)

This commit is contained in:
konbai
2022-03-03 00:14:03 +08:00
parent 822f85903a
commit 5cdd3f57be
3 changed files with 1 additions and 36 deletions

View File

@@ -45,24 +45,6 @@ export function updateState(params) {
})
}
// 指定流程办理人员列表
export function userList(query) {
return request({
url: '/workflow/definition/userList',
method: 'get',
params: query
})
}
// 指定流程办理组列表
export function roleList(query) {
return request({
url: '/workflow/definition/roleList',
method: 'get',
params: query
})
}
// 读取xml文件
export function readXml(definitionId) {
return request({