diff --git a/src/views/iot/alert/record/index.vue b/src/views/iot/alert/record/index.vue index e0bef5c..19a3412 100644 --- a/src/views/iot/alert/record/index.vue +++ b/src/views/iot/alert/record/index.vue @@ -192,7 +192,7 @@ import { dateFormatter } from '@/utils/formatTime' import { AlertRecordApi, AlertRecord } from '@/api/iot/alert/record' import { AlertConfigApi, AlertConfig } from '@/api/iot/alert/config' import { ProductApi, ProductVO } from '@/api/iot/product/product' -import { DeviceApi, DeviceVO } from '@/api/iot/device/device' +import { DeviceApi, DeviceVO } from '@/api/iot/device' import { DICT_TYPE, getIntDictOptions, getBoolDictOptions } from '@/utils/dict' /** IoT 告警记录列表 */ diff --git a/src/views/iot/home/components/DeviceMapCard.vue b/src/views/iot/home/components/DeviceMapCard.vue index 6d8631e..4c3bef5 100644 --- a/src/views/iot/home/components/DeviceMapCard.vue +++ b/src/views/iot/home/components/DeviceMapCard.vue @@ -25,7 +25,7 @@