From ba89cd03365eae8aa080a98f011bb6bced286a2e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 20 Dec 2023 16:50:38 +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