From 2760adc7b945a60f746a8bc542151bb000e3174b Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 29 Aug 2022 09:12:16 +0800 Subject: [PATCH] =?UTF-8?q?umd=E5=BC=95=E5=85=A5=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiDvRender.vue | 4 ++++ 1 file changed, 4 insertions(+) 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") + } } }