Browse Source

no message

libushang 9 months ago
parent
commit
39c28c3551
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/emergencyCommandMap/RightSection/RightTop.vue

+ 3 - 3
src/views/emergencyCommandMap/RightSection/RightTop.vue

@@ -66,9 +66,9 @@ const activeTab = ref('任务跟踪');
 
 
 const setActiveTab = (id) => {
 const setActiveTab = (id) => {
   activeTab.value = id;
   activeTab.value = id;
-  if(id === '预案通知' && notifications.value.length === 0) {
-    fetchData();
-  }
+  //if(id === '预案通知' && notifications.value.length === 0) {
+  //  fetchData();
+  //}
 };
 };
 
 
 // 定义 notifications
 // 定义 notifications