From 18b8c4bc2f30fc59a47134cd7dae2fd35ce21294 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 11 Mar 2024 11:20:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/api/userHouse/list/houseRental.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/userHouse/list/houseRental.js b/src/api/userHouse/list/houseRental.js
index b30272b..f4c226d 100644
--- a/src/api/userHouse/list/houseRental.js
+++ b/src/api/userHouse/list/houseRental.js
@@ -50,6 +50,17 @@
})
}
+
+export const updateInfo = (row) => {
+ return request({
+ url: '/api/blade-houseRental/houseRental/updateHouseRental',
+ method: 'post',
+ data: row
+ })
+}
+
+
+
export const getDetatil = (id) => {
return request({
url: '/api/blade-houseRental/houseRental/detail',
--
Gitblit v1.9.3