fix -- 调整办公管理模块接口

This commit is contained in:
konbai
2022-04-04 17:59:06 +08:00
parent 0858f853df
commit b51c4d91fd
16 changed files with 189 additions and 322 deletions

View File

@@ -1,14 +1,5 @@
import request from '@/utils/request'
// 查询待办任务列表
export function todoList(query) {
return request({
url: '/workflow/task/todoList',
method: 'get',
params: query
})
}
// 完成任务
export function complete(data) {
return request({