Compare commits

...

3 Commits

Author SHA1 Message Date
姚宇浩 80af4af2c3 Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc 2024-08-16 14:07:47 +08:00
姚宇浩 85fab5b343 1 2024-08-16 14:07:39 +08:00
姚宇浩 2914bf3727 优化 2024-08-16 11:38:36 +08:00
1 changed files with 14 additions and 74 deletions

View File

@ -1353,6 +1353,7 @@ const getDatas2 = async (e, i, cs) => {
//
//
//
const getDataBq = async (jd, cs) => {
await http
.get(`/api/ggfwyth/ysyzt/getBqRs?committee=${cs || ""}&town=${jd || ""}`)
@ -1396,7 +1397,6 @@ const getDataBqs = async (jd, cs, bq) => {
const getDataBqs2 = async (jd, cs, bq) => {
//fchangeRs2
let data = {};
let vv = 0;
let tagIdBq;
tsbq_id_total.value.forEach((item, index) => {
if (bq == item.name) {
@ -1407,20 +1407,17 @@ const getDataBqs2 = async (jd, cs, bq) => {
data = {
tagId: tagIdBq,
};
vv = 1;
} else if (cs == "") {
data = {
town: jd,
tagId: tagIdBq,
};
vv = 2;
} else {
data = {
town: jd,
tagId: tagIdBq,
committee: cs,
};
vv = 3;
}
await http
.get(`/api/ggfwyth/ysyzt/getBqRsByTownAndCommittee`, data)
@ -1479,34 +1476,19 @@ const getDataBqs2 = async (jd, cs, bq) => {
};
//
const getDataBqs3 = async (jd, cs, bq) => {
//fchangeRs2
let data = {};
let vv = 0;
let tagIdBq;
tsbq_id_total.value.forEach((item, index) => {
if (bq == item.name) {
tagIdBq = item.tagId;
}
});
if (cs == "" && jd == "") {
data = {
tagId: btagIdBqq,
};
vv = 1;
} else if (cs == "") {
data = {
town: jd,
tagId: tagIdBq,
};
vv = 2;
} else {
data = {
town: jd,
tagId: tagIdBq,
committee: cs,
};
vv = 3;
}
data = {
town: jd,
tagId: tagIdBq,
committee: cs,
};
await http
.get(`/api/ggfwyth/ysyzt/getBqRsByTownAndCommittee`, data)
.then((res) => {
@ -1537,34 +1519,18 @@ const getDataBqs3 = async (jd, cs, bq) => {
};
//await
const getDataBqs4 = async (jd, cs, bq) => {
//fchangeRs2
let data = {};
let vv = 0;
let tagIdBq;
tsbq_id_total.value.forEach((item, index) => {
if (bq == item.name) {
tagIdBq = item.tagId;
}
});
if (cs == "" && jd == "") {
data = {
tagId: tagIdBq,
};
vv = 1;
} else if (cs == "") {
data = {
town: jd,
tagId: tagIdBq,
};
vv = 2;
} else {
data = {
town: jd,
tagId: tagIdBq,
committee: cs,
};
vv = 3;
}
data = {
town: jd,
tagId: tagIdBq,
};
http.get(`/api/ggfwyth/ysyzt/getBqRsByTownAndCommittee`, data).then((res) => {
if (res.code == 200) {
if (cfJd.value != "") {
@ -1643,19 +1609,12 @@ const getDataBqJD = async (bq) => {
});
});
}
changeRs2(bq);
changeRs(bq);
}
});
};
//
const changeRs = (id) => {
// if (choose.value.person == id) {
// choose.value.person = "";
// jdm_number_arr.value.forEach((item, index) => {
// map.removeOverlay(jdm_number_arr.value[index]);
// });
// addJd();
// } else {
choose.value.person = id;
jdm_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_arr.value[index]);
@ -1664,26 +1623,8 @@ const changeRs = (id) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
addJd2();
// }
};
const changeRs2 = (id) => {
// if (choose.value.person == id) {
// choose.value.person = "";
// jdm_number_arr.value.forEach((item, index) => {
// map.removeOverlay(jdm_number_arr.value[index]);
// });
// addJd();
// } else {
choose.value.person = id;
jdm_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_arr.value[index]);
});
jdm_number_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
addJd2();
// }
};
//----------------------
const changeys = (name) => {
if (yaosuList.value.includes(name)) {
@ -3492,7 +3433,6 @@ onMounted(async () => {
border-radius: 8px;
backdrop-filter: blur(2px);
transform: translate(-50%, -50%);
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;