From b95ee46a0a669a14ce3d8af8e195f807072847a3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 25 Jan 2024 16:50:08 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

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

diff --git a/src/api/userHouse/list/houseHold.js b/src/api/userHouse/list/houseHold.js
index 5008bf1..406e16d 100644
--- a/src/api/userHouse/list/houseHold.js
+++ b/src/api/userHouse/list/houseHold.js
@@ -24,6 +24,16 @@
   })
 }
 
+export const getlabelStatistics = (params) => {
+  return request({
+    url: '/api/blade-household/household/getlabelStatistics',
+    method: 'get',
+    params: {
+      ...params
+    }
+  })
+}
+
 export const getAllHouseHold = (params) => {
   return request({
     url: '/api/blade-household/household/getAllHouseHold',

--
Gitblit v1.9.3