From cb4716f37d41dbdd5ccb3c4f70bca88daabf4c0c Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:55:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20bug#19135=E3=80=8119137?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: bug#19125、19111 * fix: bug#19135、19137 --- .../device/Instance/Detail/components/EditTable/index.vue | 1 + src/views/device/Instance/Detail/components/MSelect.vue | 3 +-- .../device/Product/Detail/DeviceAccess/accessModal.vue | 4 ++-- src/views/device/Product/index.vue | 7 +++++-- src/views/device/components/Metadata/Import/index.vue | 2 +- src/views/rule-engine/Alarm/Config/Io/index.vue | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/device/Instance/Detail/components/EditTable/index.vue b/src/views/device/Instance/Detail/components/EditTable/index.vue index 31c7b5ff..e2b886d6 100644 --- a/src/views/device/Instance/Detail/components/EditTable/index.vue +++ b/src/views/device/Instance/Detail/components/EditTable/index.vue @@ -27,6 +27,7 @@ v-model:value="record[column.dataIndex]" placeholder="请选择" allowClear + show-search :filter-option="filterOption" :options="channelList" @select="(_, option) => { record.provider = option.provider }" diff --git a/src/views/device/Instance/Detail/components/MSelect.vue b/src/views/device/Instance/Detail/components/MSelect.vue index 2f5beda3..06365bf6 100644 --- a/src/views/device/Instance/Detail/components/MSelect.vue +++ b/src/views/device/Instance/Detail/components/MSelect.vue @@ -1,11 +1,10 @@