This commit is contained in:
liuye
2022-01-21 11:31:00 +08:00
parent 01ff6c00be
commit 5c02f3702b
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
<el-input
v-model="searchObj.name"
size="small"
placeholder="网格员/网格名称"
placeholder="网格员/责任网格"
@keyup.enter.native="(page.current = 1), getList()"
clearable
@clear="(searchObj.name = '', page.current = 1), getList()"