From ad0a536bd7534a8eaf477d41294de21c7d7b25df Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Dec 2023 11:50:54 +0800
Subject: [PATCH] 维修基金审核

---
 src/api/userHouse/list/house.js |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/api/userHouse/list/house.js b/src/api/userHouse/list/house.js
index 967a7b2..d040707 100644
--- a/src/api/userHouse/list/house.js
+++ b/src/api/userHouse/list/house.js
@@ -50,13 +50,19 @@
   })
 }
 
-export const getDetatil = (id) => {
+export const getDetatil = (params) => {
   return request({
     url: '/api/blade-house/house/detail',
     method: 'get',
-    params: {
-      id
-    }
+    params: params
+  })
+}
+
+export const getDetatils = (params) => {
+  return request({
+    url: '/api/blade-house/house/getHouseDetail',
+    method: 'get',
+    params: params
   })
 }
 
@@ -69,4 +75,4 @@
       type
     }
   })
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3