浏览代码

Merge branch 'v2.0' into debug

yujinwen 3 月之前
父节点
当前提交
3406ade41d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/etaChart/components/ClassifyWrap.vue

+ 3 - 1
src/views/etaChart/components/ClassifyWrap.vue

@@ -129,7 +129,6 @@ function handleClassifyActiveChange({ node }) {
       clearable
       filterable
       :keys="searchSelectKeys"
-      :options="searchOpts"
       :loading="searchLoading"
       @search="handleSearchChart"
       @change="handleSelectChart"
@@ -138,6 +137,9 @@ function handleClassifyActiveChange({ node }) {
       <template #prefixIcon>
         <search-icon />
       </template>
+      <t-option v-for="item in searchOpts" :key="item.ChartInfoId">
+        <span v-html="item.ChartName"></span>
+      </t-option>
     </t-select>
     <div class="classify-list-box">
       <t-tree