From d6bcbfddd17ac85e765e78bef117510a0ba21299 Mon Sep 17 00:00:00 2001 From: yms Date: Mon, 20 Jan 2025 17:48:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modals/BridgeManage/components/MapBase/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/GlobalModalServices/modals/BridgeManage/components/MapBase/index.tsx b/src/pages/GlobalModalServices/modals/BridgeManage/components/MapBase/index.tsx index 776e86b4..3c3c6609 100644 --- a/src/pages/GlobalModalServices/modals/BridgeManage/components/MapBase/index.tsx +++ b/src/pages/GlobalModalServices/modals/BridgeManage/components/MapBase/index.tsx @@ -47,7 +47,6 @@ const MapBase: React.FC = () => { services.Physicalsign.getObjectPolygon({ physicalSignType: 1, objectHierarchy: 1, - objectId: '510107', }).then((res) => { setDataSource({ areaList: res.data, -- GitLab