This commit is contained in:
yanran200730
2022-03-22 14:37:09 +08:00
parent b3b46e6724
commit a6dafbff38
94 changed files with 94 additions and 100 deletions

View File

@@ -39,7 +39,7 @@
size="mini"
placeholder="申诉人/申诉对象/..."
clearable
@keyup.enter.native="page.current = 1, getList()"
v-throttle="() => {page.current = 1, getList()}"
@clear="page.current = 1, getList()"
suffix-icon="iconfont iconSearch" />
</template>

View File

@@ -39,7 +39,7 @@
size="mini"
placeholder="申诉人/申诉对象/..."
clearable
@keyup.enter.native="page.current = 1, getList()"
v-throttle="() => {page.current = 1, getList()}"
@clear="page.current = 1, getList()"
suffix-icon="iconfont iconSearch" />
</template>

View File

@@ -14,7 +14,7 @@
size="small"
placeholder="对象、户主、事件类型"
clearable
@keyup.enter.native="search.current = 1, getList()"
v-throttle="() => {search.current = 1, getList()}"
@clear="search.current = 1, getList()"
suffix-icon="iconfont iconSearch" />
</template>