(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 87 | // 待办中心控制 |
| 88 | |
| 89 | export async function flowRecordList(params: any, |
| 90 | sort: any, |
| 91 | filter: any, |
| 92 | match: { |
| 93 | key: string, |
| 94 | type: string |
| 95 | }[]) { |
| 96 | return page('/api/query/flowRecord/list', params, sort, filter, match); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | export async function findTodoByOperatorId(params: any, |
no test coverage detected