fix: 日常支出统计,bug修复。
This commit is contained in:
@@ -191,7 +191,7 @@ const start = today.getFullYear() + '-' + ('0' + (today.getMonth() + 1)).slice(-
|
||||
function getList() {
|
||||
getDailyExpensesAnalysis({...queryParams.value }).then(res => {
|
||||
account.value = { ...res.data }
|
||||
listData.value = listData.value.concat(res.data.tableAccountsList)
|
||||
listData.value = listData.value.concat(res.data.accountsList)
|
||||
}).catch(() => {
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user