From a07f79573d52f61ba6ec97766e9abc12309eadee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 17 Dec 2024 19:05:58 +0800
Subject: [PATCH] 事件模拟更新

---
 src/views/survey/components/leftContainer.vue |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/views/survey/components/leftContainer.vue b/src/views/survey/components/leftContainer.vue
index 581965a..67e968a 100644
--- a/src/views/survey/components/leftContainer.vue
+++ b/src/views/survey/components/leftContainer.vue
@@ -2,16 +2,24 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-03-10 15:27:59
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-05 16:33:44
+ * @LastEditTime: 2024-11-27 16:15:34
  * @FilePath: \bigScreen\src\views\survey\components\leftContainer.vue
- * @Description: 
- * 
- * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
+ * @Description:
+ *
+ * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved.
 -->
 <script setup>
 import dataContent from './box/dataContent.vue'
 import unitContent from './box/unitContent.vue'
 import fireContent from './box/fireContent.vue'
+import { useRouterStore } from 'store/router'
+const store = useRouterStore()
+
+onMounted(() => {
+
+  store.setLoadSub(false)
+
+})
 </script>
 
 <template>
@@ -51,4 +59,4 @@
   </div>
 </template>
 
-<style lang="scss" scoped></style>
\ No newline at end of file
+<style lang="scss" scoped></style>

--
Gitblit v1.9.3