|
@@ -61,6 +61,7 @@
|
|
|
import dayjs from 'dayjs';
|
|
|
import { useMessage } from '/@/hooks/web/useMessage';
|
|
|
import { getTableList, systemList } from './alarmFire.api';
|
|
|
+ import { useGlobSetting } from '/@/hooks/setting';
|
|
|
|
|
|
type DeviceType = { deviceType: string; deviceName: string; datalist: any[] };
|
|
|
|