| | |
| | | getSearchExtensively, getHouses, getSearchExtensivelyBgAoiDeepdata, |
| | | getPoliceStationLazyTree, getPoliceStationTrees, getVillageInfo, |
| | | getVillagePersonStatisticInfoByBuildId, getVillagePersonInfo, |
| | | getResidentialQuartersInfo, getAoiByBgId |
| | | getResidentialQuartersInfo, getAoiByBgId, getPoliceSationVillageInfo |
| | | } from '@/api/dept/index.js' |
| | | import { getAlarmList } from "@/api/home/index.js" |
| | | |
| | |
| | | |
| | | created () { |
| | | |
| | | |
| | | |
| | | // 首页跳转社区包含参数 |
| | | if (this.$route.query.id) { |
| | | this.getVillageInfo(this.$route.query.id) |
| | |
| | | // 使用首页传过来的小区id获取停车场出入口商场和 小区名称类型地址数据 |
| | | this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.$route.query.id, '1|3') |
| | | } else { |
| | | console.log(this.userInfo.dept_id, 56789) |
| | | // 获得对应派出所默认展示小区 |
| | | getPoliceSationVillageInfo(this.userInfo.dept_id).then(res => { |
| | | let villageId = res.data.data.aoiId |
| | | console.log(9999999, villageId) |
| | | //直接进入社区 默认获取万达广场的责任民警及所属辖区 |
| | | this.getVillageInfo('644A2C4049024A3C8C76D96EEE4366FD') |
| | | // this.getVillageInfo('644A2C4049024A3C8C76D96EEE4366FD') |
| | | this.getVillageInfo(villageId) |
| | | // 大搜之搜索面详细数据(停车场出入口商场)--默认万达华府 |
| | | this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', '644A2C4049024A3C8C76D96EEE4366FD', '1|3') |
| | | this.getResidentialQuartersInfo('6E513C5E5D1611EAB6183C15FB00027B', '361102') |
| | | // this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', '644A2C4049024A3C8C76D96EEE4366FD', '1|3') |
| | | this.getSearchExtensivelyBgAoiDeepdata('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', villageId, '1|3') |
| | | // this.getResidentialQuartersInfo('6E513C5E5D1611EAB6183C15FB00027B', '361102') |
| | | this.getResidentialQuartersInfo(villageId, '361102') |
| | | }) |
| | | |
| | | } |
| | | |
| | | window.addEventListener('resize', this.setTableHeight) |
| | |
| | | |
| | | mounted () { |
| | | this.$parent.$parent.resize('400px', true) |
| | | console.log(this.userInfo.dept_id, 56789) |
| | | |
| | | this.$nextTick(() => { |
| | | this.searchHouse = this.$route.query.searchName |