任务事件UI

This commit is contained in:
小久哥
2022-04-21 18:42:25 +08:00
parent 1b6f8f0ed9
commit a2db13b00f
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({