From cffd1da3e8aa72ebfd8ebfe4b4a765a245c3ee84 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 13 Aug 2025 17:34:20 +0800
Subject: [PATCH] feat:修改地图颜色

---
 src/views/job/components/SearchBox.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/job/components/SearchBox.vue b/src/views/job/components/SearchBox.vue
index 1628dfd..89ac36e 100644
--- a/src/views/job/components/SearchBox.vue
+++ b/src/views/job/components/SearchBox.vue
@@ -349,8 +349,10 @@
     const dateArray = [date, date];
 
     dateRange.value = dateArray;
+    const find = store.state.tags.bsTagList.find(i => i.path === '/job/jobstatistics')
+          find && (find.query = {})
   }
-    // 查询一次
+      // 查询一次
     handleSearch()
 });
 </script>

--
Gitblit v1.9.3