From ba888ad12283aaeaa1dcc5d5b9a9dff496238500 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 28 Jan 2026 22:59:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/srs-police-affairs

---
 src/api/dept/newIndex.js |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/src/api/dept/newIndex.js b/src/api/dept/newIndex.js
index 31e723f..a2eb4cb 100644
--- a/src/api/dept/newIndex.js
+++ b/src/api/dept/newIndex.js
@@ -387,4 +387,35 @@
         method: 'get',
         params
     })
+}
+
+/**
+ * 维修基金信息
+ * @param {*} params
+ * @returns
+ */
+
+export const getHouseDetailEvent = (resBusId, type = 1) => {
+    let params = {
+        resBusId
+    }
+
+    if (type != 1) {
+        params = {
+            buildId: resBusId
+        }
+    }
+
+    return request({
+        url: '/api/villagePersonInfo/villagePersonInfo/getHouseDetailEvent',
+        method: 'get',
+        params
+    })
+}
+
+export const getUserUseWaterPage = (key_words) => {
+    return request({
+        url: `/useWaterApi/zls_cbsj.php?api_action=getData&key_words=${key_words}`,
+        method: 'get',
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3