feat 弹窗功能修改, 去掉sse消息弹窗, 当增加消息的时候, 弹出警告弹窗
This commit is contained in:
@@ -314,7 +314,7 @@ onMounted(() => {
|
||||
|
||||
//监听数据源变化,自动刷新列表
|
||||
watch(warningListTotal, async (newVal) => {
|
||||
console.log('监听到报警列表变化,自动刷新列表', newVal);
|
||||
//console.log('监听到报警列表变化,自动刷新列表', newVal);
|
||||
//数据源不同, 接口复用,请求多了一遍(不属于bug)
|
||||
await getList();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user