巡检路线完成
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user