From b2df14c3f2779b972e5dd1eeb42efcbe8cca8ee4 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 06 Jan 2024 11:43:21 +0800
Subject: [PATCH] 党组织及党成员

---
 src/api/userHouse/list/houseHold.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/api/userHouse/list/houseHold.js b/src/api/userHouse/list/houseHold.js
index 8689ab8..6ece872 100644
--- a/src/api/userHouse/list/houseHold.js
+++ b/src/api/userHouse/list/houseHold.js
@@ -12,6 +12,16 @@
   })
 }
 
+export const getAllHouseHold = ( params) => {
+  return request({
+    url: '/api/blade-household/household/getAllHouseHold',
+    method: 'get',
+    params: {
+      ...params,
+    }
+  })
+}
+
 export const getPageList = (current, size, params) => {
   return request({
     url: '/api/blade-household/household/page',
@@ -78,4 +88,4 @@
       type
     }
   })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3