fix: 智聪记账管理,bug修复。
This commit is contained in:
@@ -150,6 +150,8 @@
|
||||
function getList() {
|
||||
getAccountsAnalysis({...queryParams.value }).then(res => {
|
||||
accountsBalance.value = { ...res.data }
|
||||
secondListData.value=[]
|
||||
listData.value=[]
|
||||
listData.value = listData.value.concat(res.data.accountsBalancesList)
|
||||
secondListData.value = secondListData.value.concat(res.data.creditBalancesList)
|
||||
}).catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user