diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue
index e71bee3e..dc9560a2 100644
--- a/src/apps/AppResidentDocument/AppResidentDocument.vue
+++ b/src/apps/AppResidentDocument/AppResidentDocument.vue
@@ -9,7 +9,7 @@
 
     
 
-    
+    
       
     
 
@@ -100,7 +100,7 @@ export default {
       uni.navigateTo({ url: `./DetailCard?id=${item.id}` })
     },
 
-    seachObjs(e) {
+    seachObj(e) {
       this.areaId = e.id
       this.current = 1
       this.getList()
@@ -140,7 +140,7 @@ export default {
     height: 16px;
     background: #f5f5f5;
   }
-  .seachObj {
+  .seachObjs {
     border-bottom: 2px solid #f5f5f5;
     border-top: 2px solid #f5f5f5;
     padding: 20px 32px;