取消不请求接口
This commit is contained in:
parent
e5eb3f29a0
commit
2c3360aef4
|
@ -901,7 +901,40 @@ const buten = async (item) => {
|
|||
};
|
||||
//点击特殊标签
|
||||
const buten2 = async (item) => {
|
||||
//取消时不请求
|
||||
if (choose.value.person == item.id) {
|
||||
choose.value.person = "";
|
||||
jdm_number_arr.value.forEach((item, index) => {
|
||||
map.removeOverlay(jdm_number_arr.value[index]);
|
||||
});
|
||||
cs_name_arr.value.forEach((item, index) => {
|
||||
map.removeOverlay(cs_name_arr.value[index]);
|
||||
});
|
||||
cs_number_name_arr.value.forEach((item, index) => {
|
||||
map.removeOverlay(cs_number_name_arr.value[index]);
|
||||
});
|
||||
cs_dd_arr.value.forEach((item, index) => {
|
||||
map.removeOverlay(cs_dd_arr.value[index]);
|
||||
});
|
||||
addJd();
|
||||
|
||||
if (title_jd.value == "") {
|
||||
} else {
|
||||
if (sfdd.value) {
|
||||
cs_dd_arr.value.forEach((item, index) => {
|
||||
map.removeOverlay(cs_dd_arr.value[index]);
|
||||
});
|
||||
cs_dd_arr.value = [...xuanzhongCs.value];
|
||||
cs_dd_arr.value.map((item, index) => {
|
||||
DGcreateCs(item, index);
|
||||
});
|
||||
} else {
|
||||
addCs();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
getDataBqs(cfJd.value, cfCs.value, item.id);
|
||||
}
|
||||
};
|
||||
//人口
|
||||
const getData = async (e) => {
|
||||
|
@ -1374,18 +1407,6 @@ const getDataBq = async (jd, cs) => {
|
|||
const getDataBqs = async (jd, cs, bq) => {
|
||||
await getDataBqJD(bq);
|
||||
getDataBqs2(cfJd.value, cfCs.value, bq);
|
||||
// await http.get(`/api/ggfwyth/ysyzt/getTsbqByXzjdOrCsq`, data).then((res) => {
|
||||
// if (res.code == 200) {
|
||||
// mapTownCount.map((item) => {
|
||||
// item.numbers = 0;
|
||||
// res.data.map((items) => {
|
||||
// if (items.xzjd == item.name) {
|
||||
// item.numbers = items.rs;
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
// }
|
||||
// });
|
||||
};
|
||||
//特殊标签获取街道内部人数
|
||||
const getDataBqs2 = async (jd, cs, bq, f = true) => {
|
||||
|
@ -1519,43 +1540,21 @@ const getDataBqs3 = async (jd, cs, bq) => {
|
|||
}
|
||||
});
|
||||
});
|
||||
// }
|
||||
// cs_name_arr.value.forEach((item, index) => {
|
||||
// map.removeOverlay(cs_name_arr.value[index]);
|
||||
// });
|
||||
// cs_number_name_arr.value.forEach((item, index) => {
|
||||
// map.removeOverlay(cs_number_name_arr.value[index]);
|
||||
// });
|
||||
// cs_dd_arr.value.forEach((item, index) => {
|
||||
// map.removeOverlay(cs_dd_arr.value[index]);
|
||||
// });
|
||||
// if (title_jd.value == "") {
|
||||
// } else {
|
||||
// if (sfdd.value) {
|
||||
|
||||
cs_dd_arr.value = [...xuanzhongCs.value];
|
||||
if (choose.value.person == "") {
|
||||
// cs_dd_arr.value.forEach((item, index) => {
|
||||
// map.removeOverlay(cs_dd_arr.value[index]);
|
||||
// });
|
||||
|
||||
cs_dd_arr.value.map((item, index) => {
|
||||
DGcreateCs(item, index);
|
||||
});
|
||||
} else {
|
||||
// cs_dd_arr.value = [...xuanzhongCs.value];
|
||||
|
||||
console.log(cs_dd_arr.value);
|
||||
cs_dd_arr.value.map((item, index) => {
|
||||
DGcreateCs2(item, index);
|
||||
});
|
||||
}
|
||||
// }
|
||||
// else {
|
||||
// if (choose.value.person == "") {
|
||||
// addCs();
|
||||
// } else {
|
||||
// addCs2();
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue