Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
姚宇浩 2024-07-25 16:28:56 +08:00
commit 6ed1237a8a
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) => { jdm_number_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_number_arr.value[index]); map.removeOverlay(jdm_number_arr.value[index]);
}); });
// addJd(); jdm_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_arr.value[index]);
});
addJd();
} else { } else {
choose.value.person = id; choose.value.person = id;
jdm_arr.value.forEach((item, index) => { jdm_arr.value.forEach((item, index) => {
@ -1307,6 +1310,7 @@ const changebq = (id) => {
map.removeOverlay(jdm_number_arr.value[index]); map.removeOverlay(jdm_number_arr.value[index]);
}); });
// addJd2(); // addJd2();
addJd();
} }
// choose.value.person = id; // choose.value.person = id;
}; };