diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index 0aa25c1a6..4fd3d1fe6 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -1040,12 +1040,12 @@ export default { display: none; } - /deep/ .jw-popup-bg { +/* /deep/ .jw-popup-bg { background: url('@/assets/images/overview/map-pop-img.png') no-repeat; width: 80px; height: 80px; margin-right: 10px; - } + }*/ /deep/ .jw-popup-container { display: flex; diff --git a/src/views/dataBoard/satisfactionEval/potentialPeople/index.vue b/src/views/dataBoard/satisfactionEval/potentialPeople/index.vue index 835aae8d9..f97552452 100644 --- a/src/views/dataBoard/satisfactionEval/potentialPeople/index.vue +++ b/src/views/dataBoard/satisfactionEval/potentialPeople/index.vue @@ -111,14 +111,8 @@ export default { list: [], }; }, - watch: { - "$route.query.countType" () { - if(this.$route.path === '/dataBoard/satisfactionEval/potentialPeople') { - this.getList(); - } - } - }, - mounted() { + + activated() { this.getOrg(); }, methods: { @@ -149,6 +143,7 @@ export default { }, getList() { this.loading = true + console.log(this.$route.query.countType) let params = { ...this.queryParams, countType: this.$route.query.countType