From a030c3b4c44cc385feb8cfb8aaf53d169c8cdaf2 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 25 Dec 2023 21:53:57 +0800
Subject: [PATCH] 机构,社区调整
---
src/api/userHouse/list/houseHold.js | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/api/userHouse/list/houseHold.js b/src/api/userHouse/list/houseHold.js
index c9760a8..4f6e6be 100644
--- a/src/api/userHouse/list/houseHold.js
+++ b/src/api/userHouse/list/houseHold.js
@@ -52,7 +52,16 @@
export const getDetatil = (id) => {
return request({
- url: '/api/blade-house/house/detail',
+ url: '/api/blade-household/household/detail',
+ method: 'get',
+ params: {
+ id
+ }
+ })
+}
+export const getDetatils = (id) => {
+ return request({
+ url: '/api/blade-household/household/getDetail',
method: 'get',
params: {
id
@@ -69,4 +78,4 @@
type
}
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3