GULIMMO
2023-11-12 617abfbb0287f647b81a0fce1500886b996bed05
场所维护、标签管理更新
3 files modified
17 ■■■■■ changed files
subPackage/house/member/householdLabel.vue 3 ●●●● patch | view | raw | blame | history
subPackage/house/roomDetails/index.vue 1 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/editExamine.vue 13 ●●●●● patch | view | raw | blame | history
subPackage/house/member/householdLabel.vue
@@ -121,10 +121,11 @@
            const data = JSON.parse(option.data);
            this.householdInfo = data;
            this.houseCode = data.houseCode
            this.getDoorPlateAddressDetail()
            // this.getDoorPlateAddressDetail()
        },
        onShow() {
            this.getLabelList()
            this.getDoorPlateAddressDetail()
        },
        methods: {
            // 获取房屋详情
subPackage/house/roomDetails/index.vue
@@ -245,6 +245,7 @@
                    householdList,
                    subAoi
                } = res.data
                console.log(res.data);
                this.houseCode = addressCode
                this.rentOutList = houseRentalList
                this.ownerInfoList = householdList
subPackage/workbench/views/editExamine.vue
@@ -123,6 +123,7 @@
            //     })
            // },
            getCsDetails() {
                const that = this
                getPlaceDetail({
                    placeId: this.curSelectSite.id
                }).then(detailRes => {
@@ -155,14 +156,16 @@
                        }
                    })
                    console.log(this.form);
                    this.personNum = placePractitioner.length
                    this.$nextTick(() => {
                    that.personNum = placePractitioner.length
                    // that.$nextTick(() => {
                        console.log(placePractitioner);
                        this.$refs.formItemRef.forEach((item, index) => {
                        setTimeout(() => {
                            const componetns = this.$refs.formItemRef || []
                            componetns.forEach((item, index) => {
                            item.form = placePractitioner[index]
                        })
                    })
                        }, 0)
                    // })
                })
            },
            updatePlaceExt(data) {