mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-07 02:07:40 +08:00
fix: 解决应用列表页面搜索之后点击安装没响应的问题 (#909)
This commit is contained in:
parent
8a92913230
commit
a0c329019f
1 changed files with 1 additions and 2 deletions
|
|
@ -31,8 +31,7 @@
|
||||||
clearable
|
clearable
|
||||||
@clear="searchByName('')"
|
@clear="searchByName('')"
|
||||||
suffix-icon="Search"
|
suffix-icon="Search"
|
||||||
@keyup.enter="searchByName(req.name)"
|
@change="searchByName(req.name)"
|
||||||
@blur="searchByName(req.name)"
|
|
||||||
:placeholder="$t('commons.button.search')"
|
:placeholder="$t('commons.button.search')"
|
||||||
></el-input>
|
></el-input>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue