diff --git a/src/api/farm/project.js b/src/api/farm/project.js index 3c87b49..3f7f494 100644 --- a/src/api/farm/project.js +++ b/src/api/farm/project.js @@ -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({ diff --git a/src/views/farm/project/index.vue b/src/views/farm/project/index.vue index 5d3870c..1f5f180 100644 --- a/src/views/farm/project/index.vue +++ b/src/views/farm/project/index.vue @@ -10,14 +10,15 @@ - + + + + + + @@ -26,9 +27,6 @@ - - - @@ -57,9 +55,7 @@ - - -