update
This commit is contained in:
@@ -54,8 +54,10 @@
|
||||
|
||||
function init() {
|
||||
let mapContainer = document.querySelector('.mapSecondMap');
|
||||
mapContainer && Map.initMap({ el: 'mapSecondMap' });
|
||||
getMapList();
|
||||
mapContainer &&
|
||||
Map.initMap({ el: 'mapSecondMap' }).then(() => {
|
||||
getMapList();
|
||||
});
|
||||
}
|
||||
|
||||
const watchDialogRef = ref();
|
||||
|
||||
Reference in New Issue
Block a user