Browse Source

车位费

wangxinyao
wangxy 2 years ago
parent
commit
82de1bd508
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/property/pay.vue

+ 1
- 1
src/views/property/pay.vue View File

@ -652,7 +652,7 @@ export default {
if (this.queryParams.chargetype === 2) {
this.queryParams.contracttab.chargedexpense = this.fewMonths2*12
}else{
this.queryParams.contracttab.chargedexpense = this.fewMonths2*80
this.queryParams.contracttab.chargedexpense = this.fewMonths2*this.queryParams.unitprice
}
},


Loading…
Cancel
Save