问题修改

This commit is contained in:
zzyuan 2025-04-03 16:13:59 +08:00
parent 600db88b97
commit b15065a638
1 changed files with 3 additions and 3 deletions

View File

@ -458,11 +458,11 @@
accInfoPageApi(param).then(response => {
this.tableListData = response.data.pageVO.records;
this.total = Number(response.data.pageVO.total);
accInfoSumPageApi(param).then(response => {
this.tableListData.push(response.data.sumVO)
});
this.loading = false;
});
accInfoSumPageApi(param).then(response => {
this.tableListData.push(response.data.sumVO)
});
},
// rowIndex= columnIndex=
// table +