src/views/dispatch/components/dispatchMap.vue
@@ -1,15 +1,24 @@ <template> <div> 222 </div> <div style="width: 100%; height: 100%;"> <OlMapBox ref="olmapboxelement"></OlMapBox> </div> </template> <script> import OlMapBox from "./OlMapBox.vue" export default { name: "dispatchMap" name: "dispatchMap", components: { OlMapBox }, mounted () { this.$nextTick(() => { this.$refs.olmapboxelement.getAlldata() }) } } </script> <style scoped> </style> <style scoped></style>