diff --git a/src/views/dataBoard/overview/index.vue b/src/views/dataBoard/overview/index.vue
index 36f013ba7..a2fceff2b 100644
--- a/src/views/dataBoard/overview/index.vue
+++ b/src/views/dataBoard/overview/index.vue
@@ -8,13 +8,13 @@
-
-
+
+
-
@@ -29,49 +29,49 @@
/>
-
+
@@ -85,9 +85,9 @@
import gridMap from "@/views/dataBoard/cpts/map/index";
import cptBread from "@/views/dataBoard/renfang/cpts/bread";
import cptLoading from "@/views/dataBoard/cpts/loading";
-import Title from "@/views/dataBoard/satisfactionEval/components/Title";
-import Jdjs from "@/views/dataBoard/overview/components/jdjs.vue";
-import Jdtphx from "@/views/dataBoard/overview/components/jdtphx.vue";
+import titleBox from "@/views/dataBoard/satisfactionEval/components/Title";
+import jdjs from "@/views/dataBoard/overview/components/jdjs.vue";
+import jdtphx from "@/views/dataBoard/overview/components/jdtphx.vue";
import mapTop from "@/views/dataBoard/overview/components/map-top.vue";
import jdwgy from "@/views/dataBoard/overview/components/jdwgy.vue";
import rfsjtj from "@/views/dataBoard/overview/components/rfsjtj.vue";
@@ -97,17 +97,6 @@ import { requestPostBi } from "@/js/dai/request-bipass";
import { requestPost } from "@/js/dai/request";
import getQueryPara from "dai-js/modules/getQueryPara";
-function iniGetPerInfo() {
- return {
- unemployed_ratio: "--",
- crowd_ratio: "--",
- volunteer_ratio: "--",
- month_update_ratio: "--",
- aged_ratio: "--",
- teenagers_ratio: "--",
- };
-}
-
export default {
name: "renfang",
@@ -115,9 +104,9 @@ export default {
gridMap,
cptLoading,
cptBread,
- Title,
- Jdjs,
- Jdtphx,
+ titleBox,
+ jdjs,
+ jdtphx,
mapTop,
jdwgy,
rfsjtj,
@@ -167,15 +156,14 @@ export default {
//加载组织数据
this.loading = false;
- // await this.loadOrgData();
await this.getMapData();
await this.getSubMapData();
- this.getResiCategoryData();
- this.getPerInfo();
this.loading = true;
},
-
+ changeDate(e){
+ this.rfphDate=e;
+ },
handleClickDotBtn(type, info) {
console.log("handleClickDotBtn", type, info);
if (type == "watch-resi") {
@@ -190,7 +178,6 @@ export default {
},
clickAgencyItem(item) {
- console.log('clickAgencyItem(item)::',item);
this.toBread({
orgId: item.id,
orgLevel: item.level,
@@ -199,7 +186,6 @@ export default {
},
toBread(item) {
- console.log("toBread::", item);
const { orgId } = item;
const { breadList } = this;
let index = breadList.findIndex((val) => val.orgId === orgId);