项目管理搜索条件

This commit is contained in:
小久哥
2022-04-21 17:02:24 +08:00
parent 35a21aac97
commit 2e8f8fd196
2 changed files with 49 additions and 16 deletions
+9
View File
@@ -43,6 +43,15 @@ export function getProjectPage(query) {
})
}
// 搜索条件获得农场项目分页
export function getProjectSearchPage(query) {
return request({
url: '/farm/project/pageSearch',
method: 'get',
params: query
})
}
// 导出农场项目 Excel
export function exportProjectExcel(query) {
return request({