From eb902ba6bed2cb0cd8cb9ecc8633c56b2e16b739 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 18 Dec 2023 16:41:33 +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