This commit is contained in:
duanxiaohai 2024-07-25 16:26:53 +08:00
parent 68876fcabf
commit b212a01b6c
1 changed files with 5 additions and 1 deletions

View File

@ -1297,7 +1297,10 @@ const changebq = (id) => {
jdm_number_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
// addJd();
jdm_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_arr.value[index]);
});
addJd();
} else {
choose.value.person = id;
jdm_arr.value.forEach((item, index) => {
@ -1307,6 +1310,7 @@ const changebq = (id) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
// addJd2();
addJd();
}
// choose.value.person = id;
};