巡检路线完成

This commit is contained in:
Zy
2026-04-21 09:35:05 +08:00
parent 9f9a88f303
commit 35cf75f377
5 changed files with 302 additions and 161 deletions

View File

@@ -121,9 +121,6 @@ function init() {
if (res.data.itemId) {
checkoutPointItemlist.value = res.data.itemId.split(',');
}
nextTick(() => {
initLocation();
});
});
}
}
@@ -158,7 +155,7 @@ const cancelForm = () => {
// ! map
const mapReady = ref(false);
let map = ref(null);
const map = ref(null);
const marker = ref(null);
const villageid = localStorage.getItem('villageid');
onMounted(async () => {