| | |
| | | this.selectAllClass = true |
| | | this.policeStaionID = this.userInfo.dept_id |
| | | } |
| | | |
| | | this.$store.commit('SET_ISSHOWHOMECONTENT', true) |
| | | this.getPoliceStationTree(1) |
| | | |
| | | // setTimeout(() => { |
| | |
| | | |
| | | showlanddetail (name, type, id) { |
| | | this.$refs.landDetailsBox.showlanddetail(name, type, id) |
| | | } |
| | | }, |
| | | |
| | | // 首页显示隐藏页面进入跳转逻辑 |
| | | showHomeContentBtnStyle () { |
| | | if (!this.$store.state.popupParams.isShowHomeContent) { |
| | | this.$store.commit('SET_ISSHOWHOMECONTENT', true) |
| | | if (document.querySelector('.dc-container .dc-zoom-controller').classList.contains('homebottom')) return |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.add('homebottom') |
| | | document.querySelector('.screen-full-btn').classList.add('homebottom') |
| | | document.querySelector('.over-look-btn').classList.add('homebottom') |
| | | document.querySelector('.image-switch-icon-btn').classList.add('iconbottom') |
| | | } |
| | | }, |
| | | |
| | | }, |
| | | |
| | | destroyed () { |
| | | this.$store.commit('SET_MAPSEARCHPOPUP', false) |
| | | |
| | | if (!this.$store.state.popupParams.isShowHomeContent) { |
| | | this.$store.commit('SET_ISSHOWHOMECONTENT', true) |
| | | if (document.querySelector('.dc-container .dc-zoom-controller').classList.contains('homebottom')) return |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.add('homebottom') |
| | | document.querySelector('.screen-full-btn').classList.add('homebottom') |
| | | document.querySelector('.over-look-btn').classList.add('homebottom') |
| | | document.querySelector('.image-switch-icon-btn').classList.add('iconbottom') |
| | | } |
| | | this.showHomeContentBtnStyle() |
| | | |
| | | loading && loading.close() |
| | | |