From 78afae3aa974b72d1f83a72ad26f242667295709 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 22 Nov 2023 19:39:33 +0800
Subject: [PATCH] 房屋,人员,租赁完善
---
src/api/userHouse/list/house.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/api/userHouse/list/house.js b/src/api/userHouse/list/house.js
index 967a7b2..5cb8da4 100644
--- a/src/api/userHouse/list/house.js
+++ b/src/api/userHouse/list/house.js
@@ -50,13 +50,11 @@
})
}
-export const getDetatil = (id) => {
+export const getDetatil = (params) => {
return request({
url: '/api/blade-house/house/detail',
method: 'get',
- params: {
- id
- }
+ params: params
})
}
--
Gitblit v1.9.3