From 67c73c149f77242a0c04843aa24db34c6a183990 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 29 Apr 2024 16:43:23 +0800
Subject: [PATCH] 人员标签撤销问题修复

---
 src/views/userHouse/houseHoldList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/userHouse/houseHoldList.vue b/src/views/userHouse/houseHoldList.vue
index f8a11a6..b642cc8 100644
--- a/src/views/userHouse/houseHoldList.vue
+++ b/src/views/userHouse/houseHoldList.vue
@@ -874,7 +874,7 @@
   mounted() { },
   methods: {
     onsubmit() {
-      if (this.labelForm.color === '#EBEDF0') {
+      if (this.labelForm.color === '#999') {
         let params = {
           householdId: this.currentRow.id,
           labelId: this.currentLabel.id,

--
Gitblit v1.9.3