From 8349c1e59764ab6ab5476e244cc364ff5cf598f0 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 29 Apr 2024 17:17:09 +0800
Subject: [PATCH] 房屋标签显示异常及标签标记异常修复

---
 src/api/userHouse/list/userHouseList.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/userHouse/list/userHouseList.js b/src/api/userHouse/list/userHouseList.js
index 6edb9ce..4445984 100644
--- a/src/api/userHouse/list/userHouseList.js
+++ b/src/api/userHouse/list/userHouseList.js
@@ -70,6 +70,13 @@
     }
   })
 }
+export const saveOrUpdateHouseLabelInfo = (row) => {
+  return request({
+    url: '/api/blade-householdLabel/householdLabel/saveOrUpdateHouseLabel',
+    method: 'post',
+    data: row
+  })
+}
 export const saveOrUpdateHouseholdLabel = (row) => {
   return request({
     url: '/api/blade-householdLabel/householdLabel/saveOrUpdateHouseholdLabel',

--
Gitblit v1.9.3