fix: 解决应用列表页面搜索之后点击安装没响应的问题 (#909)

pull/910/head
zhengkunwang223 2023-05-06 17:57:34 +08:00 committed by GitHub
parent 8a92913230
commit a0c329019f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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