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,7 +92,7 @@ export default {
92 orgIds: this.GLOBAL.paramsvariables 92 orgIds: this.GLOBAL.paramsvariables
93 }).then((response)=>{ 93 }).then((response)=>{
94 const data = response.data.data 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 serviceAddress({ 97 serviceAddress({
98 orgId: '10003' 98 orgId: '10003'