From cebf618826bf1a68f702fa4659b7413037fa2ff4 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 1 Apr 2026 18:16:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/alert/record/index.vue | 2 +- src/views/iot/home/components/DeviceMapCard.vue | 2 +- src/views/iot/ota/task/OtaTaskForm.vue | 2 +- src/views/iot/product/product/detail/index.vue | 2 +- src/views/iot/rule/data/rule/components/SourceConfigForm.vue | 2 +- src/views/iot/rule/scene/form/selectors/DeviceSelector.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 @@