任务事件UI

This commit is contained in:
小久哥
2022-04-21 18:42:25 +08:00
committed by Loki
parent 5c2091ddce
commit 9f8660d76d
2 changed files with 37 additions and 2 deletions
+9
View File
@@ -43,6 +43,15 @@ export function getEventPage(query) {
})
}
// 搜索条件获得农场任务事件分页
export function getEventSearchPage(query) {
return request({
url: '/farm/event/pageSearch',
method: 'get',
params: query
})
}
// 导出农场任务事件 Excel
export function exportEventExcel(query) {
return request({