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

@@ -17,6 +17,7 @@
v-model="searchObj.name"
size="small"
placeholder="网格员/责任网格"
v-throttle="() => {page.current = 1, getList()}"
@keyup.enter.native="(page.current = 1), getList()"
clearable
@clear="(searchObj.name = '', page.current = 1), getList()"