feat 弹窗功能修改, 去掉sse消息弹窗, 当增加消息的时候, 弹出警告弹窗

This commit is contained in:
Ironsp
2026-06-18 15:24:33 +08:00
parent 334787f2cf
commit 4c882ac309
5 changed files with 39 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ onMounted(() => {
//监听数据源变化,自动刷新列表
watch(warningListTotal, async (newVal) => {
console.log('监听到报警列表变化,自动刷新列表', newVal);
//console.log('监听到报警列表变化,自动刷新列表', newVal);
//数据源不同, 接口复用请求多了一遍不属于bug
await getList();
});