|
@@ -190,7 +190,8 @@ export default {
|
|
|
that.ghsInfo = res.data.ghs
|
|
that.ghsInfo = res.data.ghs
|
|
|
that.customInfo = res.data.custom?res.data.custom:[]
|
|
that.customInfo = res.data.custom?res.data.custom:[]
|
|
|
if(that.customInfo.remainDebtAmount && Number(that.customInfo.remainDebtAmount)>0){
|
|
if(that.customInfo.remainDebtAmount && Number(that.customInfo.remainDebtAmount)>0){
|
|
|
- that.displayAmount = parseFloat(that.customInfo.remainDebtAmount)
|
|
|
|
|
|
|
+ that.currentAmount = parseFloat(that.customInfo.remainDebtAmount)
|
|
|
|
|
+ that.updateDisplay()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|