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 @@