|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="pc-container">
|
|
|
|
|
<NavigationBar></NavigationBar>
|
|
|
|
|
<NavigationBar @reset="clickReset"></NavigationBar>
|
|
|
|
|
<foldpanelLeft :title="xiaoquIntroduce.deptName + '简介'">
|
|
|
|
|
<IndexModelLeft />
|
|
|
|
|
</foldpanelLeft>
|
|
|
|
@ -128,12 +128,29 @@ export default {
|
|
|
|
|
|
|
|
|
|
created() {
|
|
|
|
|
this.getCommunity();
|
|
|
|
|
this.getData();
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
getData() {
|
|
|
|
|
this.$store.commit("SET_QUERY_PARAMS", { shequId: "", xiaoquId: "" });
|
|
|
|
|
this.$store.dispatch("GetYjtotal");
|
|
|
|
|
this.$store.dispatch("GetXiaoquInfo", this.dept.deptId);
|
|
|
|
|
this.$store.dispatch("getThreeCell");
|
|
|
|
|
this.$store.dispatch("GetcolorList");
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
clickReset() {
|
|
|
|
|
this.community = 100;
|
|
|
|
|
this.xiaoqu = "";
|
|
|
|
|
this.xiaoquList = [];
|
|
|
|
|
|
|
|
|
|
this.getData();
|
|
|
|
|
this.map.flyHome({
|
|
|
|
|
duration: 1,
|
|
|
|
|
});
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.zoomChange();
|
|
|
|
|
}, 1200);
|
|
|
|
|
},
|
|
|
|
|
goXiaoqu(id) {
|
|
|
|
|
if (id == 260 || id == 254 || id == 257) {
|
|
|
|
|
this.$modal.msgWarning("该小区功能暂未开放!");
|
|
|
|
|