Compare commits

..

No commits in common. "6c5e2d02194b7cbf14845c86b9735f9cc7aa69bf" and "b5fe94a05dd2012abf5e9d569b3cbfbe786de8e0" have entirely different histories.

1 changed files with 12 additions and 12 deletions

View File

@ -238,8 +238,6 @@ const xuanzhongCs = ref([]);
const cfJd = ref("");
//
const cfCs = ref("");
//
const cfCsZs=ref('')
//
var map = null;
//
@ -961,12 +959,16 @@ const tableType = reactive({
},
{
label: "手机号",
property: "contactTel",
},
{
label: "政治面貌",
property: "zzmm",
property: "tel",
},
// {
// label: "",
// property: "zy",
// },
// {
// label: "",
// property: "zzmm",
// },
{
label: "居住状态",
property: "jzzt",
@ -1032,7 +1034,7 @@ const clear = () => {
title_cs.value = "";
cfJd.value = "";
cfCs.value = "";
cfCsZs.value='';
cs_un_choose_arr.value.forEach((item, index) => {
map.removeOverlay(cs_un_choose_arr.value[index]);
});
@ -1772,7 +1774,7 @@ const person_detail = (age) => {
.get(
`/api/ggfwyth/ysyzt/getRysmzq?page=${pagination.currentPage}&size=${
pagination.pageSize
}&age=${age || ""}&committee=${cfCsZs.value || ""}&town=${cfJd.value || ""}`
}&age=${age || ""}&committee=${cfCs.value || ""}&xzjd=${cfJd.value || ""}`
)
.then((res) => {
if (res.code == 200) {
@ -2661,7 +2663,6 @@ const createCs2 = (polygon, indexx) => {
});
map.addOverlay(cs_number_name_arr.value[indexx]);
cs_number_name_arr.value[indexx].addEventListener("click", () => {
cfCsZs.value=polygon.name;
if (
choose.value.person == "cjr" ||
choose.value.person == "dibian" ||
@ -2812,7 +2813,6 @@ const DGcreateCs2 = (polygon, indexx) => {
map.addOverlay(cs_dd_arr.value[indexx]);
cs_dd_arr.value[indexx].addEventListener("click", () => {
console.log(cfJd.value, polygon.name);
cfCsZs.value=polygon.name;
if (
choose.value.person == "cjr" ||
choose.value.person == "dibian" ||
@ -2846,7 +2846,7 @@ const reset_font = () => {
}
};
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
reset_font();
initMap();
getData();