feat 数据源问题

This commit is contained in:
Ironsp
2026-06-15 14:26:25 +08:00
parent 753f84ec26
commit de48277991

View File

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