From c99c6f674da578e8687e42d26d2bba635e8bdd57 Mon Sep 17 00:00:00 2001 From: littleeewolf <2285716495@qq.com> Date: Fri, 18 Oct 2024 18:25:12 +0800 Subject: [PATCH] 1111 --- src/view/sy_map.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index 5f7d47e..ea30ace 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -3003,7 +3003,7 @@ const loadCs_zyys = async (name) => { } } }; -const get_dk_zyys = async (sj,xd) => { +const get_dk_zyys = async (sj,xd,ssly) => { zyys_dk.value.length = 0; zyys_center.value.length = 0; zyys_data.value.point.length = 0; @@ -3034,7 +3034,7 @@ const get_dk_zyys = async (sj,xd) => { num: item.num, town: item.town, committee: item.committee, - ssly: item.ssly, + ssly: ssly, xd: xd, }; zyys_data.value.center.push(b); @@ -3144,6 +3144,8 @@ const Xr_zyysNum = (polygon, indexx) => { tableType.columns = table_column_list.zxs; zyys_table.town = polygon.town; zyys_table.committee = polygon.committee; + console.log(222222222,polygon); + if(polygon.ssly=="教育"){ zyys_table.xd = polygon.xd; }else{