From f31d84d27d9212bb30a14fdd876996510c1df240 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 06 Nov 2023 10:33:50 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 api/house/houseLabel.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/api/house/houseLabel.js b/api/house/houseLabel.js
index 7875b97..f0da74a 100644
--- a/api/house/houseLabel.js
+++ b/api/house/houseLabel.js
@@ -1,5 +1,6 @@
 import http from '@/http/api.js'
 
+
 // 获取房屋详细信息
 export const getHouseDetail = (houseCode) => {
 	return http.request({
@@ -21,12 +22,10 @@
 }
 
 // 房屋标签撤销
-export const removeHouseLabel = (ids) => {
+export const removeHouseLabel = (data) => {
 	return http.request({
-		url: 'blade-houseLabel/houseLabel/remove',
+		url: 'blade-houseLabel/houseLabel/removeHouseLabel',
 		method: 'POST',
-		params: {
-			ids
-		}
+		data
 	})
 }
\ No newline at end of file

--
Gitblit v1.9.3