瀏覽代碼

no message

libushang 9 月之前
父節點
當前提交
39c28c3551
共有 1 個文件被更改,包括 3 次插入3 次删除
  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) => {
   activeTab.value = id;
-  if(id === '预案通知' && notifications.value.length === 0) {
-    fetchData();
-  }
+  //if(id === '预案通知' && notifications.value.length === 0) {
+  //  fetchData();
+  //}
 };
 
 // 定义 notifications