From 2a61dad694bad8ddcea768ac973cc0c2339a54cc Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 06 May 2024 14:46:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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