This commit is contained in:
parent
001ecb89ba
commit
1a4515dd41
|
@ -232,6 +232,7 @@ const csh = () => {
|
||||||
}
|
}
|
||||||
goMapCenter([119.178783, 29.034583], 11);
|
goMapCenter([119.178783, 29.034583], 11);
|
||||||
getData();
|
getData();
|
||||||
|
getDataBq()
|
||||||
};
|
};
|
||||||
//选中社区
|
//选中社区
|
||||||
const chooseCsList = ref([]);
|
const chooseCsList = ref([]);
|
||||||
|
@ -594,6 +595,8 @@ const addPolygonCounty = () => {
|
||||||
cs_un_choose_arr.value = [];
|
cs_un_choose_arr.value = [];
|
||||||
cs_dd_arr.value = [];
|
cs_dd_arr.value = [];
|
||||||
getData();
|
getData();
|
||||||
|
getDataBq()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -699,13 +702,12 @@ const addPolygonCountyCs = () => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (choose.value.person == "cjr" || choose.value.person == "dibian" || choose.value.person == "db" || choose.value.person == "gxy" || choose.value.person == "tnb" || choose.value.person == "tyjr" || choose.value.person == "kjer") {
|
if (choose.value.person == "cjr" || choose.value.person == "dibian" || choose.value.person == "db" || choose.value.person == "gxy" || choose.value.person == "tnb" || choose.value.person == "tyjr" || choose.value.person == "kjer") {
|
||||||
console.log(1, '溪口镇');
|
|
||||||
getDataBqs2(cfJd.value, cfCs.value, '');
|
getDataBqs2(cfJd.value, cfCs.value, '');
|
||||||
|
getDataBq(cfJd.value, cfCs.value)
|
||||||
} else {
|
} else {
|
||||||
console.log(2, '溪口镇');
|
console.log(2, '溪口镇');
|
||||||
|
|
||||||
getDatas2('溪口镇', choose.value.person, cfCs.value);
|
getDatas2('溪口镇', choose.value.person, cfCs.value);
|
||||||
|
getDataBq(cfJd.value, cfCs.value)
|
||||||
}
|
}
|
||||||
addCsChoose();
|
addCsChoose();
|
||||||
addCsUnChoose();
|
addCsUnChoose();
|
||||||
|
@ -796,6 +798,7 @@ const addCsUnChoose = () => {
|
||||||
map.removeOverlay(cs_qk_arr.value[index]);
|
map.removeOverlay(cs_qk_arr.value[index]);
|
||||||
});
|
});
|
||||||
getDatas2(cfJd.value, choose.value.person, cfCs.value);
|
getDatas2(cfJd.value, choose.value.person, cfCs.value);
|
||||||
|
getDataBq(cfJd.value, cfCs.value)
|
||||||
if (choose.value.person == "") {
|
if (choose.value.person == "") {
|
||||||
cs_dd_arr.value.map((item, index) => {
|
cs_dd_arr.value.map((item, index) => {
|
||||||
DGcreateCs(item, index);
|
DGcreateCs(item, index);
|
||||||
|
|
Loading…
Reference in New Issue