diff --git a/components/AiDvRender.vue b/components/AiDvRender.vue index a3a95906..1683289f 100644 --- a/components/AiDvRender.vue +++ b/components/AiDvRender.vue @@ -143,9 +143,13 @@ export default { } }, mounted() { + if (this.data.type == 'map') { this.handleMapClick() } + else if(this.data.type == 'table'){ + this.$injectLib("https://cdn.cunwuyun.cn/datav.map.vue.js") + } } }