feat 优化报警消息暂存
This commit is contained in:
@@ -133,6 +133,11 @@ import { listDemo, updateDemo } from '@/api/WarningList/index';
|
||||
//import { DemoVO, DemoQuery, DemoForm } from '@/api/WarningList/types';
|
||||
import { useDeviceStore } from '@/store/modules/equipmentList';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { useWarningListStore } from '@/store/modules/warnningList';
|
||||
|
||||
const warningListStore = useWarningListStore();
|
||||
const { getWarningList, hanldeAction } = warningListStore;
|
||||
const { warningListTotal, warningList } = storeToRefs(warningListStore);
|
||||
|
||||
const deviceStore = useDeviceStore();
|
||||
const { deviceList } = storeToRefs(deviceStore);
|
||||
|
||||
Reference in New Issue
Block a user