This commit is contained in:
parent
34ba9b497b
commit
84f50c5d90
|
@ -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;
|
||||||
|
|
|
@ -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月)",
|
||||||
|
|
Loading…
Reference in New Issue