From 2b57d81eb99f1a8e094e03a2d1baee0a6595b5f7 Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:09:50 +0800 Subject: [PATCH] fix: bug#20731 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修改lodash依赖包 * fix: bug#20731 --- src/views/DataCollect/Channel/index.vue | 2 +- .../Collector/Point/components/BatchUpdate/index.vue | 2 +- src/views/DataCollect/Collector/Tree/index.vue | 2 +- src/views/Northbound/AliCloud/Detail/index.vue | 2 +- src/views/Northbound/DuerOS/Detail/index.vue | 2 +- src/views/device/Firmware/index.vue | 2 +- src/views/device/Instance/Detail/Diagnose/Message/index.vue | 2 +- src/views/device/Instance/Detail/Info/components/Tags/Save.vue | 2 +- src/views/device/Instance/Detail/Parsing/index.vue | 2 +- src/views/device/Instance/Detail/Running/index.vue | 2 +- src/views/device/Product/Detail/DataAnalysis/index.vue | 2 +- src/views/device/Product/Detail/DeviceAccess/index.vue | 2 +- src/views/device/Product/index.vue | 3 +-- src/views/device/components/Metadata/Base/Base.vue | 3 +-- src/views/device/components/Metadata/Base/Edit/BaseForm.vue | 2 +- src/views/device/components/Metadata/Base/Edit/index.vue | 2 +- .../Metadata/Base/components/Properties/Metrics/ValueItem.vue | 2 +- .../Metadata/Base/components/Properties/OtherSetting.vue | 3 +-- src/views/device/components/Metadata/Cat/index.vue | 3 +-- src/views/iframe/index.vue | 2 +- src/views/link/Protocol/index.vue | 2 +- src/views/media/Device/Channel/Tree/index.vue | 2 +- .../rule-engine/Scene/Save/action/Device/device/index.vue | 2 +- .../Scene/Save/components/DropdownButton/DropdownButton.vue | 2 +- .../rule-engine/Scene/Save/components/Terms/ParamsItem.vue | 3 +-- src/views/system/Apply/Save/components/EditForm.vue | 2 +- src/views/system/DataSource/Management/index.vue | 3 +-- src/views/system/Menu/Setting/index.vue | 2 +- src/views/system/Platforms/Api/components/ApiTest.vue | 2 +- 29 files changed, 29 insertions(+), 35 deletions(-) diff --git a/src/views/DataCollect/Channel/index.vue b/src/views/DataCollect/Channel/index.vue index 2b857813..0ec2378e 100644 --- a/src/views/DataCollect/Channel/index.vue +++ b/src/views/DataCollect/Channel/index.vue @@ -149,7 +149,7 @@ import { StatusColorEnum, updateStatus } from './data'; import { useMenuStore } from 'store/menu'; import Save from './Save/index.vue'; import { protocolList } from '@/utils/consts'; -import _ from 'lodash'; +import _ from 'lodash-es'; const menuStory = useMenuStore(); const tableRef = ref>({}); diff --git a/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue b/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue index 5864a71b..70066ea3 100644 --- a/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue +++ b/src/views/DataCollect/Collector/Point/components/BatchUpdate/index.vue @@ -87,7 +87,7 @@