1111
This commit is contained in:
parent
3b1df35ac3
commit
c99c6f674d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue