diff --git a/front/src/api/home.js b/front/src/api/home.js index e97c9400..749c692b 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -500,3 +500,12 @@ export function getMaxApplyNum(number) { method: 'get', }) } + +// 市局-能力广场-算法广场和GIS广场根据区域查询列表 +export function getGisByArea(data) { + return request({ + url: '/resource/getSquareList', + method: 'post', + data + }) +} diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index d0c834ff..b8cdbf42 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -9,10 +9,10 @@