This commit is contained in:
parent
67132c6da2
commit
c533cc4568
|
@ -491,7 +491,13 @@ const addPolygonCounty = () => {
|
|||
let jdCenter = [];
|
||||
if (item.name == "溪口镇") {
|
||||
BMAP();
|
||||
console.log('cjhsbchjs vbchsj',choose.value.person);
|
||||
if(choose.value.person==0){
|
||||
getDatas("溪口镇", '');
|
||||
}else{
|
||||
getDatas("溪口镇", choose.value.person);
|
||||
}
|
||||
|
||||
if (!title_choose.value.includes("溪口镇")) {
|
||||
title_choose.value = title_choose.value + `>${item.name}`;
|
||||
}
|
||||
|
@ -905,7 +911,7 @@ const addCs = () => {
|
|||
//创建村社(人数,标签)
|
||||
const addCs2 = () => {
|
||||
xkzCenter.map((item, index) => {
|
||||
console.log("addCs2", item);
|
||||
// console.log("addCs2", item);
|
||||
createCs2(item, index);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue