feat 弹窗功能修改

This commit is contained in:
Ironsp
2026-06-18 15:32:26 +08:00
parent 4c882ac309
commit c3420640a7

View File

@@ -271,7 +271,7 @@ watch(
{ deep: true }
);
// 告警数据变化时自动弹出弹窗
let noticeFirstLoad = true;
let noticeFirstLoad = true; //解决初始化时弹出弹窗问题
watch(
() => warningListStore.warningListTotal,
() => {