This commit is contained in:
parent
a61305a188
commit
bda78444de
|
@ -513,20 +513,50 @@ const addPolygonCounty = () => {
|
||||||
|
|
||||||
goMapCenter(jdCenter, 13);
|
goMapCenter(jdCenter, 13);
|
||||||
} else {
|
} else {
|
||||||
|
// xuanzhongCs.value = [];
|
||||||
|
// sfdd.value = false;
|
||||||
|
// title_choose.value = "";
|
||||||
|
// cs_qk_arr.value.forEach((item, index) => {
|
||||||
|
// map.removeOverlay(cs_qk_arr.value[index]);
|
||||||
|
// });
|
||||||
|
// cs_name_arr.value.forEach((item, index) => {
|
||||||
|
// map.removeOverlay(cs_name_arr.value[index]);
|
||||||
|
// });
|
||||||
|
// cs_choose_arr.value.forEach((item, index) => {
|
||||||
|
// map.removeOverlay(cs_choose_arr.value[index]);
|
||||||
|
// });
|
||||||
|
// cs_un_choose_arr.value.forEach((item, index) => {
|
||||||
|
// map.removeOverlay(cs_un_choose_arr.value[index]);
|
||||||
|
// });
|
||||||
|
// cs_dd_arr.value.forEach((item, index) => {
|
||||||
|
// map.removeOverlay(cs_dd_arr.value[index]);
|
||||||
|
// });
|
||||||
|
|
||||||
|
// fwq_list_arr.value = [];
|
||||||
|
// cs_qk_arr.value = [];
|
||||||
|
// cs_name_arr.value = [];
|
||||||
|
// cs_number_name_arr.value = [];
|
||||||
|
// cs_choose_arr.value = [];
|
||||||
|
// cs_un_choose_arr.value = [];
|
||||||
|
// cs_dd_arr.value = [];
|
||||||
xuanzhongCs.value = [];
|
xuanzhongCs.value = [];
|
||||||
sfdd.value = false;
|
sfdd.value = false;
|
||||||
title_choose.value = "";
|
title_choose.value = "";
|
||||||
cs_qk_arr.value.forEach((item, index) => {
|
cfjiedao.value = "";
|
||||||
map.removeOverlay(cs_qk_arr.value[index]);
|
cs_un_choose_arr.value.forEach((item, index) => {
|
||||||
});
|
map.removeOverlay(cs_un_choose_arr.value[index]);
|
||||||
cs_name_arr.value.forEach((item, index) => {
|
|
||||||
map.removeOverlay(cs_name_arr.value[index]);
|
|
||||||
});
|
});
|
||||||
cs_choose_arr.value.forEach((item, index) => {
|
cs_choose_arr.value.forEach((item, index) => {
|
||||||
map.removeOverlay(cs_choose_arr.value[index]);
|
map.removeOverlay(cs_choose_arr.value[index]);
|
||||||
});
|
});
|
||||||
cs_un_choose_arr.value.forEach((item, index) => {
|
cs_number_name_arr.value.forEach((item, index) => {
|
||||||
map.removeOverlay(cs_un_choose_arr.value[index]);
|
map.removeOverlay(cs_number_name_arr.value[index]);
|
||||||
|
});
|
||||||
|
cs_name_arr.value.forEach((item, index) => {
|
||||||
|
map.removeOverlay(cs_name_arr.value[index]);
|
||||||
|
});
|
||||||
|
cs_qk_arr.value.forEach((item, index) => {
|
||||||
|
map.removeOverlay(cs_qk_arr.value[index]);
|
||||||
});
|
});
|
||||||
cs_dd_arr.value.forEach((item, index) => {
|
cs_dd_arr.value.forEach((item, index) => {
|
||||||
map.removeOverlay(cs_dd_arr.value[index]);
|
map.removeOverlay(cs_dd_arr.value[index]);
|
||||||
|
|
Loading…
Reference in New Issue