1
shuishen
2023-02-16 ded616c54fe14a869ffbc11c295fad22b3387166
1
1 files modified
14 ■■■■■ changed files
src/views/house/index.vue 14 ●●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-16 15:21:21
 * @LastEditTime: 2023-02-16 17:10:34
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -935,16 +935,18 @@
            if (current.hasChildren == true) return
            this.filterText = ''
            this.prop = current.name
            circleLayer.clear()
            circleLayer.remove()
            circleLayer = null
            this.getResidentialQuartersInfo(current.id, '361102')
            this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', current.id, '1|3')
            this.getVillageInfo(current.id)
            circleLayer.clear()
            circleLayer.remove()
            circleLayer = null
            this.$refs.searchTreeInput.blur()
            this.searchTreeName = ''
            this.searchLazyFlag = true
        },
        navClick (e) {
@@ -1029,7 +1031,7 @@
                    let unitData = houseData.nwwqd.features
                    this.floorInfo.house_num = unitData.length
                    if (houseData.hwtxa.features.length > 1) {
                    this.isShowUnitChoose = true
                        this.isShowUnitChoose = true
                    }
                    let allUnitDate = []
                    houseData.hwtxa.features.forEach((item, index) => {