@ -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()