feat 优化报警数量联动功能

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ironsp
2026-06-11 09:54:03 +08:00
parent 89d0dd2a1d
commit 13b00ac8de
4 changed files with 45 additions and 14 deletions

View File

@@ -136,7 +136,7 @@ import { storeToRefs } from 'pinia';
import { useWarningListStore } from '@/store/modules/warnningList';
const warningListStore = useWarningListStore();
const { getWarningList, hanldeAction } = warningListStore;
const { getWarningList, handleAction } = warningListStore;
const { warningListTotal, warningList } = storeToRefs(warningListStore);
const deviceStore = useDeviceStore();