shuishen
2023-12-23 fe68fd88c6bc47bb09e1bb32134c5e9ea21c524c
标签加载调整
2 files modified
5 ■■■■■ changed files
src/views/userHouse/houseHoldList.vue 2 ●●● patch | view | raw | blame | history
src/views/userHouse/houseList.vue 3 ●●●● patch | view | raw | blame | history
src/views/userHouse/houseHoldList.vue
@@ -607,8 +607,8 @@
            this.labelForm.remark = item.remark
        },
        manageLabel (item) {
            this.currentRow = item
            this.loading = true
            this.currentRow = item
            this.labelFlag = true
            let params = {
                parentId: 1000
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
                })
            })
        },