Lou
2023-11-17 bfa2c7d0ef5c37a888b462e6a4f5f939e3923fd7
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
1 files modified
21 ■■■■ changed files
subPackage/house/member/householdLabel.vue 21 ●●●● patch | view | raw | blame | history
subPackage/house/member/householdLabel.vue
@@ -118,11 +118,11 @@
        },
        created() {},
        mounted() {
            this.getDoorPlateAddressDetail()
            this.$nextTick(() => {
                if (this.labelBtnList.length === 0) {
                    this.getLabelList()
                }
            this.getDoorPlateAddressDetail()
            this.$nextTick(() => {
                if (this.labelBtnList.length === 0) {
                    this.getLabelList()
                }
            })
        },
        onLoad(option) {
@@ -130,9 +130,9 @@
            this.householdInfo = data;
            this.houseCode = data.houseCode
            // this.getDoorPlateAddressDetail()
        },
        onShow() {
            this.getLabelList()
        },
        onShow() {
            this.getLabelList()
        },
        methods: {
            // 获取房屋详情
@@ -235,7 +235,8 @@
                        labelId: id,
                        remark: this.remark,
                        color,
                        houseCode:this.houseCode
                        houseCode: this.houseCode,
                        userId: this.householdInfo.associatedUserId
                    })
                }
                if (res.code !== 200) {
@@ -358,4 +359,4 @@
            }
        }
    }
</style>
</style>