guanqb
2023-12-06 66992172b683ec2db9b0de909efd1daa95aa1d0b
社区感知全部去掉async
1 files modified
2 ■■■ changed files
src/views/house/index.vue 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -2625,7 +2625,7 @@
                    "361100",
                    "",
                    bgId
                ).then(async (res) => {
                ).then((res) => {
                    let chooseBuildItem = []
                    this.buildingList.forEach((item) => {
                        if (item.build_std_addr_id == res.data.result[0].std_addr_id.split("|")[1]) {