|
|
@ -448,7 +448,7 @@ export default {
|
|
|
|
getTenantData(this.$store.getters.tenantId).then(e => {
|
|
|
|
getTenantData(this.$store.getters.tenantId).then(e => {
|
|
|
|
this.isMap = e.data.tenantField === '2';
|
|
|
|
this.isMap = e.data.tenantField === '2';
|
|
|
|
this.picUrl = e.data.tenantBoardPic
|
|
|
|
this.picUrl = e.data.tenantBoardPic
|
|
|
|
this.code = e.data.tenantMapCode || 620000
|
|
|
|
this.code = parseFloat(e.data.tenantMapCode) || 620000
|
|
|
|
})
|
|
|
|
})
|
|
|
|
this.setChart1()
|
|
|
|
this.setChart1()
|
|
|
|
this.setChart2()
|
|
|
|
this.setChart2()
|
|
|
|