shuishen
2023-05-04 7b3cc17b3a424a7ea27dfe061cb1703be406ad08
图片选择和社区ID更换
2 files modified
19 ■■■■■ changed files
src/components/imagesSelect/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/house/index.vue 15 ●●●●● patch | view | raw | blame | history
src/components/imagesSelect/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-04-04 16:24:42
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-05-02 16:53:30
 * @LastEditTime: 2023-05-04 12:24:41
 * @FilePath: \srs-police-affairs\src\components\imagesSelect\index.vue
 * @Description: 
 * 
@@ -56,7 +56,7 @@
        },
        curImgClick (item) {
            this.$emit('curClick', item)
            this.$emit('curClick', item.url)
        }
    },
}
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-05-02 17:12:00
 * @LastEditTime: 2023-05-04 14:34:03
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -832,7 +832,7 @@
        if (this.$route.query.id) {
            this.getVillageInfo(this.$route.query.id)
            // 使用首页传过来的小区id获取停车场出入口商场和 小区名称类型地址数据
            // 原来 361100  临时361102
            // 原来 361102  临时361102
            this.getSearchExtensivelyBgAoiDeepdata(
                "ebf48ecaa1fd436fa3d40c4600aa051f",
                "361102",
@@ -1070,7 +1070,7 @@
            this.getSearchExtensivelyBgAoiDeepdata(
                "ebf48ecaa1fd436fa3d40c4600aa051f",
                "361102",
                "361100",
                current.id,
                "1|3"
            )
@@ -1185,10 +1185,7 @@
                                siteWd: `${item.y}`,
                                siteGd: 360,
                                // build_id: `${item.std_addr_id.split("|")[1]}`,
                                build_id: `${item.uid}`,
                                // 临时新加 business_id 用来请求3D
                                business_id: `${item.business_id}`,
                                build_id: `${item.business_id}`,
                                floor_num: `${item.floor_num}`,
                                elev: `${item.elev}`,
                            })
@@ -1225,7 +1222,7 @@
                        this.floorInfo.elev = this.unitAllArr.children_infos[0].elev == 1 ? '有' : '无'
                        // this.floorInfo.floor_num = this.unitAllArr.children_infos[0].children_infos.length
                        this.isShowFloorCount = false
                        this.getVillagePersonStatisticInfoByBuildId(this.unitAllArr.uid)
                        this.getVillagePersonStatisticInfoByBuildId(this.unitAllArr.business_id)
                        let houseCount = 0
                        this.unitChoosedArr.forEach(item => {
                            item.children_infos.forEach(it => {
@@ -1439,7 +1436,7 @@
                "361102",
                item.build_id,
                "1|3")
            this.getHouses3DData(item.business_id, "361102", aoiArr)
            this.getHouses3DData(item.build_id, "361102", aoiArr)
            this.floorsType = 1
            document.querySelector(".floor-num").style.left = "0px"
            this.lastFloorShow = false