shish vor 11 Monaten
Ursprung
Commit
5756f028db
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      hdh5/admin/ghs/pay.vue

+ 2 - 1
hdh5/admin/ghs/pay.vue

@@ -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()
 					}
 					}
 				}
 				}
 			})
 			})