From a1f54dd4f03582e9b622c17cbf2701ce8841c1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 2 Jul 2024 10:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/board/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/board/index/index.vue b/ruoyi-ui/src/views/board/index/index.vue index 91ee1ff..b9c1ff4 100644 --- a/ruoyi-ui/src/views/board/index/index.vue +++ b/ruoyi-ui/src/views/board/index/index.vue @@ -448,7 +448,7 @@ export default { getTenantData(this.$store.getters.tenantId).then(e => { this.isMap = e.data.tenantField === '2'; this.picUrl = e.data.tenantBoardPic - this.code = e.data.tenantMapCode || 620000 + this.code = parseFloat(e.data.tenantMapCode) || 620000 }) this.setChart1() this.setChart2()