This commit is contained in:
yanran200730
2022-03-21 20:11:17 +08:00
parent f0c1efb4b1
commit 5364c2571a
11 changed files with 29 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
@keyup.enter.native="search.current = 1, getList()"
placeholder="请输入菜单名称"
clearable
v-throttle="() => {search.current = 1, getList()}"
@clear="search.current = 1, search.applicationName = '', getList()"
suffix-icon="iconfont iconSearch">
</el-input>