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