From 7ff2d13afe6fdf875d845fc0ebfc88c7c19f83b5 Mon Sep 17 00:00:00 2001 From: guoyue Date: Tue, 25 Oct 2022 17:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=97=E6=B3=95=E5=B9=BF=E5=9C=BA=EF=BC=8CGI?= =?UTF-8?q?S=E5=B9=BF=E5=9C=BA=E6=8E=A5=E5=8F=A3=E9=87=8C=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/home.js | 9 ++ .../capacitySquare/components/algorithm.vue | 99 ++++++++++--------- .../capacitySquare/components/application.vue | 9 +- .../views/capacitySquare/components/layer.vue | 91 +++++++++-------- 4 files changed, 119 insertions(+), 89 deletions(-) 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 @@
-
全市
-
市级
-
区级
-
企业
+
全市
+
市级
+
区级
+
企业
@@ -22,7 +22,7 @@
-
+
{{ val }}
@@ -47,11 +47,11 @@