From 6f0ac11d5bb8c2013d7e0c1da681e2ddbf5c87ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 23 Dec 2021 18:32:42 +0800 Subject: [PATCH] 25838 --- .../AppResidentDocument/AppResidentDocument.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue index 47cf56d1..fdf8f409 100644 --- a/src/apps/AppResidentDocument/AppResidentDocument.vue +++ b/src/apps/AppResidentDocument/AppResidentDocument.vue @@ -114,11 +114,23 @@ export default { uni.navigateTo({ url: `./DetailCard?id=${item.id}` }) }, - seachObj(e) { + seachObjs(e) { this.areaId = e.id this.current = 1 this.getList() }, + + handerSearch(e) { + this.keyword = e + this.current = 1 + this.getList() + }, + + handerClear() { + this.keyword = '' + this.current = 1 + this.getList() + }, }, onReachBottom() { this.current = this.current + 1