From 39a491693988baf7a3bb664fc5ebb16a62d0f045 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 10 Oct 2022 17:58:41 +0800 Subject: [PATCH] areaId --- .../apps/AppCommunityResource/components/resourceMap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue index 824f0ae7..c49b305d 100644 --- a/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue +++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue @@ -224,7 +224,8 @@ export default { }) }, handleAreaSelect(v) { - this.areaId = v?.[0]?.label + console.log(v) + this.areaId = v?.[0]?.value this.getResourceListInit() }, }