2 Commits

1 changed files with 1 additions and 1 deletions
Unified View
  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) { if (this.queryParams.chargetype === 2) {
this.queryParams.contracttab.chargedexpense = this.fewMonths2*12 this.queryParams.contracttab.chargedexpense = this.fewMonths2*12
}else{ }else{
this.queryParams.contracttab.chargedexpense = this.fewMonths2*80
this.queryParams.contracttab.chargedexpense = this.fewMonths2*this.queryParams.unitprice
} }
}, },


Loading…
Cancel
Save