(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 98 | |
| 99 | |
| 100 | export async function findTodoByOperatorId(params: any, |
| 101 | sort: any, |
| 102 | filter: any, |
| 103 | match: { |
| 104 | key: string, |
| 105 | type: string |
| 106 | }[]) { |
| 107 | return page('/api/query/flowRecord/findTodoByOperatorId', params, sort, filter, match); |
| 108 | } |
| 109 | |
| 110 | export async function findDoneByOperatorId(params: any, |
| 111 | sort: any, |
no test coverage detected