diff --git a/src/views/invest/peopleLendHistory/index.vue b/src/views/invest/peopleLendHistory/index.vue index a32791b..18e199f 100644 --- a/src/views/invest/peopleLendHistory/index.vue +++ b/src/views/invest/peopleLendHistory/index.vue @@ -205,7 +205,7 @@ function reset() { installmentDate: null, period: null, repaidPeriod: null, - totalInterest: null, + totalInterest: 0, interestRate: null, dueDate: null, closeDate: null,