Browse Source

Merge branch 'V20220801' into fix-2454

pull/2611/head
liuzx 2 years ago
parent
commit
c5bd29b924
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/js/components/dataset/selectDataset.vue

+ 2
- 2
web_src/js/components/dataset/selectDataset.vue View File

@@ -75,8 +75,8 @@
<input <input
type="text" type="text"
placeholder="搜数据集名称/描述..." placeholder="搜数据集名称/描述..."
v-model="search"
@keyup.enter.stop="searchName"
v-model="search"
@keydown.enter.stop.prevent="searchName"
/> />
</div> </div>
<el-row> <el-row>


Loading…
Cancel
Save