fix: 解决列表查询输入框刷新的问题 (#876)

This commit is contained in:
ssongliu
2023-05-05 14:16:52 +08:00
committed by GitHub
parent 5f893929da
commit 2fd97b1753
17 changed files with 17 additions and 17 deletions

View File

@@ -33,7 +33,7 @@
@clear="search()"
suffix-icon="Search"
@keyup.enter="search()"
@blur="search()"
@change="search()"
:placeholder="$t('commons.button.search')"
></el-input>
</div>