guanqb
2023-05-24 a908aa1250260b4fc0b2d6bd26df9269625ee2be
修复
1 files modified
3 ■■■■ changed files
src/views/house/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -1480,7 +1480,8 @@
                    let houseUintList = res.data.result[0]
                    this.unitAllArr = houseUintList
                    // 林家小区小区下只有楼栋情况
                    if (res.data.result.length > 0 && res.data.result[0].exttype == 'BUILDING') {
                    console.log('children_infos' in res.data.result[0], 55552222333)
                    if ('children_infos' in res.data.result[0] == false) {
                        setTimeout(() => {
                            this.pictLoading = false
                        }, 3000)