From 7bcc912c8d6fd828e3a9d9010bc740b6172711ec Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Fri, 8 Dec 2023 14:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E8=B7=9F=E4=BA=8B=E4=BB=B6=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E7=9B=B8=E5=8F=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataBoard/overview/components/MapDialog/List12345.vue | 2 +- src/views/dataBoard/overview/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/dataBoard/overview/components/MapDialog/List12345.vue b/src/views/dataBoard/overview/components/MapDialog/List12345.vue index 178938414..fd4ae2011 100644 --- a/src/views/dataBoard/overview/components/MapDialog/List12345.vue +++ b/src/views/dataBoard/overview/components/MapDialog/List12345.vue @@ -116,7 +116,7 @@ export default { secondIdList:[this.catVal] } - this.$http.post("/governance/icEvent/list",params).then(({data: {data}}) => { + this.$http.post("/governance/dwdEvent/list",params).then(({data: {data}}) => { this.total = data.total; this.list = data.list; this.loading = false; diff --git a/src/views/dataBoard/overview/index.vue b/src/views/dataBoard/overview/index.vue index 932a29498..dedddcfde 100644 --- a/src/views/dataBoard/overview/index.vue +++ b/src/views/dataBoard/overview/index.vue @@ -436,10 +436,10 @@ export default { // -- xqwwcqk = 需求未完成情况 switch (data.type) { case 'events': - this.mapType = "xqwwcqk"; + this.mapType = "bmysxqk"; break; case 'services': - this.mapType = "bmysxqk"; + this.mapType = "xqwwcqk"; break; case 'problems': this.mapType = "njjwtqk";