Ver Fonte

关键字搜索支持清空

gangyj há 3 anos atrás
pai
commit
84b158b2ac
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/views/exctab/excelmodel/excelmodel.vue

+ 2 - 0
src/views/exctab/excelmodel/excelmodel.vue

@@ -12,6 +12,8 @@
           <el-input
             size="small"
             placeholder="输入关键字搜索"
+            clearable
+            @clear="allTreeShow = false"
             v-model="filterText">
           </el-input>
           <el-button size="small" class="mg-l-10" @click="treeFilter">搜索</el-button>