@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user