From e52521dc7a3e52cf53e2ab2b4e1c71cfe0b4a10d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 15 Aug 2025 16:48:28 +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