zhongrj
2024-04-29 67c73c149f77242a0c04843aa24db34c6a183990
人员标签撤销问题修复
1 files modified
2 ■■■ changed files
src/views/userHouse/houseHoldList.vue 2 ●●● patch | view | raw | blame | history
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,