diff --git a/src/views/dataBoard/cpts/details/jmxq.vue b/src/views/dataBoard/cpts/details/jmxq.vue new file mode 100644 index 000000000..ad679d208 --- /dev/null +++ b/src/views/dataBoard/cpts/details/jmxq.vue @@ -0,0 +1,378 @@ + + + + + + + diff --git a/src/views/dataBoard/cpts/details/smyd.vue b/src/views/dataBoard/cpts/details/smyd.vue new file mode 100644 index 000000000..c72b67410 --- /dev/null +++ b/src/views/dataBoard/cpts/details/smyd.vue @@ -0,0 +1,393 @@ + + + + + + + diff --git a/src/views/dataBoard/cpts/details/xqwmz.vue b/src/views/dataBoard/cpts/details/xqwmz.vue new file mode 100644 index 000000000..9bf9bce5a --- /dev/null +++ b/src/views/dataBoard/cpts/details/xqwmz.vue @@ -0,0 +1,407 @@ + + + + + + + diff --git a/src/views/dataBoard/cpts/details/yxwxfw.vue b/src/views/dataBoard/cpts/details/yxwxfw.vue new file mode 100644 index 000000000..ab6d59f7d --- /dev/null +++ b/src/views/dataBoard/cpts/details/yxwxfw.vue @@ -0,0 +1,320 @@ + + + + + + + diff --git a/src/views/dataBoard/cpts/family/modules/businessTables/community.vue b/src/views/dataBoard/cpts/family/modules/businessTables/community.vue index b4d3c4ad3..9df3a7c64 100644 --- a/src/views/dataBoard/cpts/family/modules/businessTables/community.vue +++ b/src/views/dataBoard/cpts/family/modules/businessTables/community.vue @@ -8,16 +8,21 @@ + diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue index 9ea8a89d5..ddcd373ef 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue @@ -9,7 +9,7 @@ diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue index b43a87b55..c52a55d1d 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue @@ -8,16 +8,21 @@ + diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/reporting-events.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/reporting-events.vue index 683bf25b0..7a226d869 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/reporting-events.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/reporting-events.vue @@ -8,7 +8,7 @@ diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/resident.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/resident.vue index e41d3d87f..c619a31e3 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/resident.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/resident.vue @@ -8,16 +8,21 @@ + diff --git a/src/views/dataBoard/overview/components/jdwgy.vue b/src/views/dataBoard/overview/components/jdwgy.vue index c23e13306..1378f1748 100644 --- a/src/views/dataBoard/overview/components/jdwgy.vue +++ b/src/views/dataBoard/overview/components/jdwgy.vue @@ -5,6 +5,7 @@ :data="list" v-if="currentLevelData.orgLevel != 'grid'" v-loading="loading" + element-loading-background="rgba(0, 0, 0, 0.3)" max-height="190px" height="190px" > @@ -95,7 +96,15 @@ export default { } }, }, - mounted() {}, + mounted() { + if (this.currentLevelData.orgId) { + this.getData( + this.peopleType, + this.currentLevelData.orgLevel, + this.currentLevelData.orgId + ); + } + }, methods: { getData(peopleType, level = "", orgId = "") { this.loading = true; diff --git a/src/views/dataBoard/overview/components/map-top.vue b/src/views/dataBoard/overview/components/map-top.vue index cd0649650..075a18023 100644 --- a/src/views/dataBoard/overview/components/map-top.vue +++ b/src/views/dataBoard/overview/components/map-top.vue @@ -141,6 +141,11 @@ export default { } }, }, + mounted() { + if (this.currentLevelData.orgId) { + this.getData(this.currentLevelData); + } + }, methods: { selectIcon(type) { this.selectIndex = type; diff --git a/src/views/dataBoard/renfang/index.vue b/src/views/dataBoard/renfang/index.vue index 855554c22..6bc85b7fc 100644 --- a/src/views/dataBoard/renfang/index.vue +++ b/src/views/dataBoard/renfang/index.vue @@ -549,7 +549,7 @@ export default { }, toResiClassPage(pageType, type_id = "", type_name) { this.$router.push({ - path: "/dataBoard/renfang/resi-class-new", + path: "/dataBoard/renfang/resi-class", query: { org_id: this.orgId, type_id,