From dceb72fca4e58b47fdbb5b9e0104830042300f92 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 22 Oct 2025 20:36:51 +0800
Subject: [PATCH] 经开分局清理合同外的内容

---
 src/components/mapSearchBox/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/mapSearchBox/index.vue b/src/components/mapSearchBox/index.vue
index 15cb800..6e8c116 100644
--- a/src/components/mapSearchBox/index.vue
+++ b/src/components/mapSearchBox/index.vue
@@ -47,7 +47,7 @@
     searchExtensivelyClick () {
       this.getSearchExtensively(
         "81503dad589f42bf9a9e5ea5e017f329",
-        "361100",
+        "361102",
         this.searchExtensivelyValue
       )
       this.searchExtensivelyValBoxShow = false
@@ -98,7 +98,7 @@
       this.searchExtensivelyValBoxShow = true
       this.getSearchExtensively(
         "81503dad589f42bf9a9e5ea5e017f329",
-        "361100",
+        "361102",
         this.searchExtensivelyValue
       )
     },
@@ -183,7 +183,7 @@
         this.isShowClearBtn = true
         this.getSearchExtensively(
           "81503dad589f42bf9a9e5ea5e017f329",
-          "361100",
+          "361102",
           this.searchExtensivelyValue
         )
       }

--
Gitblit v1.9.3