28368
This commit is contained in:
3
packages/2.0.5/AppForm/components/List.vue
vendored
3
packages/2.0.5/AppForm/components/List.vue
vendored
@@ -12,10 +12,9 @@
|
||||
<el-input
|
||||
v-model="search.applicationName"
|
||||
size="small"
|
||||
@keyup.enter.native="search.current = 1, getList()"
|
||||
v-throttle="() => {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>
|
||||
|
||||
Reference in New Issue
Block a user