This commit is contained in:
parent
bda78444de
commit
df3a04a234
|
@ -505,12 +505,12 @@ const addPolygonCounty = () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(jrcs.value);
|
console.log(jrcs.value);
|
||||||
if ((choose.value.person = "")) {
|
if (choose.value.person == "") {
|
||||||
addCs2();
|
|
||||||
} else {
|
|
||||||
addCs();
|
addCs();
|
||||||
|
} else {
|
||||||
|
addCs2();
|
||||||
}
|
}
|
||||||
|
console.log('dbfjdsbfjds',choose.value.person);
|
||||||
goMapCenter(jdCenter, 13);
|
goMapCenter(jdCenter, 13);
|
||||||
} else {
|
} else {
|
||||||
// xuanzhongCs.value = [];
|
// xuanzhongCs.value = [];
|
||||||
|
|
Loading…
Reference in New Issue