shuishen
2023-12-23 fe68fd88c6bc47bb09e1bb32134c5e9ea21c524c
src/views/userHouse/houseList.vue
@@ -523,6 +523,7 @@
            this.labelForm.remark = item.remark
        },
        manageLabel (item) {
            this.loading = true
            this.currentRow = item
            this.labelFlag = true
            let params = {
@@ -531,7 +532,6 @@
            // 查询标签
            getLabelList(Object.assign(params)).then(res => {
                const data = res.data.data
                this.loading = false
                // 查询详情
                getDetatils({
                    houseCode: item.houseCode
@@ -552,6 +552,7 @@
                        })
                    }
                    this.labelData = data
                    this.loading = false
                })
            })
        },