This commit is contained in:
duanxiaohai 2024-07-29 13:01:55 +08:00
parent 34ba9b497b
commit 84f50c5d90
2 changed files with 5 additions and 2 deletions

View File

@ -1455,11 +1455,13 @@ const changeFwq = async (id, list, center, name, names) => {
fwq_list_arr.value.forEach((item, index) => { fwq_list_arr.value.forEach((item, index) => {
map.removeOverlay(fwq_list_arr.value[index]); // map.removeOverlay(fwq_list_arr.value[index]); //
}); });
drawACircle("hide"); // drawACircle("hide"); //
} else { } else {
await getServiceCircle(names, name); await getServiceCircle(names, name);
choose.value.fwq = id; choose.value.fwq = id;
map.clearOverlays(); // map.clearOverlays(); //
choose.value.person=''
addggfwq(); // addggfwq(); //
setTimeout(() => { setTimeout(() => {
goMapCenter(center, 16); // goMapCenter(center, 16); //
@ -2210,7 +2212,7 @@ const updateFwqList = (data, townName, communityName) => {
(item) => item.xzjd === townName && item.csq === communityName (item) => item.xzjd === townName && item.csq === communityName
) )
.map((item) => ({ .map((item) => ({
x: 33, x: 53,
y: 0, y: 0,
img: fwqbg1, img: fwqbg1,
img2: b2, img2: b2,
@ -2966,6 +2968,7 @@ onMounted(() => {
} }
.zyys { .zyys {
margin-top: 25px;
.zyys_content { .zyys_content {
margin-top: 20px; margin-top: 20px;
box-sizing: border-box; box-sizing: border-box;

View File

@ -384,7 +384,7 @@ const data = reactive({
targetValue6: "县医保局", targetValue6: "县医保局",
}, },
{ {
highFrequencyApp: "困难群众医疗费用综合保障率(%%)", highFrequencyApp: "困难群众医疗费用综合保障率(%)",
targetValue: ">83", targetValue: ">83",
targetValue1: ">83", targetValue1: ">83",
targetValue2: "86.59(1-5月)", targetValue2: "86.59(1-5月)",