fix: 人情账单,网贷账单,自测问题修复。

This commit is contained in:
tianyongbao
2024-07-19 17:34:35 +08:00
parent 7bc9c4acd5
commit 32bebc9434
5 changed files with 14 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ const data = reactive({
installmentDate: null,
period: null,
repaidPeriod: null,
totalInterest: null,
totalInterest: 0,
interestRate: null,
dueDate: null,
closeDate: null,

View File

@@ -101,8 +101,7 @@ const data = reactive({
queryParams: {
name: null,
type: '4',
bankCardLendId: null,
state: '0'
bankCardLendId: null
}
})
const { filterPanel, queryBankCardLendParams, queryParams} = toRefs(data)