This commit is contained in:
littleeewolf 2024-10-18 18:25:12 +08:00
parent 3b1df35ac3
commit c99c6f674d
1 changed files with 4 additions and 2 deletions

View File

@ -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_dk.value.length = 0;
zyys_center.value.length = 0; zyys_center.value.length = 0;
zyys_data.value.point.length = 0; zyys_data.value.point.length = 0;
@ -3034,7 +3034,7 @@ const get_dk_zyys = async (sj,xd) => {
num: item.num, num: item.num,
town: item.town, town: item.town,
committee: item.committee, committee: item.committee,
ssly: item.ssly, ssly: ssly,
xd: xd, xd: xd,
}; };
zyys_data.value.center.push(b); zyys_data.value.center.push(b);
@ -3144,6 +3144,8 @@ const Xr_zyysNum = (polygon, indexx) => {
tableType.columns = table_column_list.zxs; tableType.columns = table_column_list.zxs;
zyys_table.town = polygon.town; zyys_table.town = polygon.town;
zyys_table.committee = polygon.committee; zyys_table.committee = polygon.committee;
console.log(222222222,polygon);
if(polygon.ssly=="教育"){ if(polygon.ssly=="教育"){
zyys_table.xd = polygon.xd; zyys_table.xd = polygon.xd;
}else{ }else{