shish 1 سال پیش
والد
کامیت
5756f028db
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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.customInfo = res.data.custom?res.data.custom:[]
 					if(that.customInfo.remainDebtAmount && Number(that.customInfo.remainDebtAmount)>0){
-						that.displayAmount = parseFloat(that.customInfo.remainDebtAmount)
+						that.currentAmount = parseFloat(that.customInfo.remainDebtAmount)
+						that.updateDisplay()
 					}
 				}
 			})