From 01d7aa202ea4ac6f4a55a7ca501c2413df8668ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Fri, 8 Dec 2023 18:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=BE=E4=BA=BA=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/overview/components/MapResourceInfoMore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue index 55181b64c..7944eaa3c 100644 --- a/src/views/dataBoard/overview/components/MapResourceInfoMore.vue +++ b/src/views/dataBoard/overview/components/MapResourceInfoMore.vue @@ -268,7 +268,7 @@ export default { this.education = data.education; this.hobby = data.hobby; this.dialogVisible = true - this.queryParams.serviceType = + this.queryParams.serviceOrgType = data.type === 1 ? 'ic_user_volunteer' : data.type === 2 ? 'party_unit' : data.type === 3 ? 'community_org' :