From 1beb167e55932e5a4e209d780a431504fd1ff848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Sat, 7 Oct 2023 13:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9C=B0=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/map/index.vue | 4 ++-- .../satisfactionEval/potentialPeople/index.vue | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) 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