@@ -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