From bd499a6f5a4b0db4211cdc02359dda3786df75ad Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 28 Jan 2019 11:06:11 +0800 Subject: [PATCH] 正式地址 --- src/views/mapsection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- libgit2 0.21.4