diff --git a/src/views/mapsection.vue b/src/views/mapsection.vue index 773f998..45d662d 100644 --- a/src/views/mapsection.vue +++ b/src/views/mapsection.vue @@ -92,7 +92,7 @@ export default { orgIds: this.GLOBAL.paramsvariables }).then((response)=>{ const data = response.data.data - this.incometotal = (data.totalPay/100).toFixed(0) + this.incometotal = Math.round(data.totalPay/100) }) serviceAddress({ orgId: '10003'