Commit bd499a6f5a4b0db4211cdc02359dda3786df75ad

Authored by liuqimichale
1 parent c85d412b

正式地址

Showing 1 changed file with 1 additions and 1 deletions
src/views/mapsection.vue
... ... @@ -92,7 +92,7 @@ export default {
92 92 orgIds: this.GLOBAL.paramsvariables
93 93 }).then((response)=>{
94 94 const data = response.data.data
95   - this.incometotal = (data.totalPay/100).toFixed(0)
  95 + this.incometotal = Math.round(data.totalPay/100)
96 96 })
97 97 serviceAddress({
98 98 orgId: '10003'
... ...