From f9e061ff5e75793505108cef38eb02e8e5c330ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 06 Jan 2026 09:35:01 +0800
Subject: [PATCH] 户室详情顶部tab按钮增加判断是否显示处理

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

diff --git a/src/api/dept/newIndex.js b/src/api/dept/newIndex.js
index 31e723f..57c4af6 100644
--- a/src/api/dept/newIndex.js
+++ b/src/api/dept/newIndex.js
@@ -387,4 +387,28 @@
         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
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3