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