This commit is contained in:
2023-07-25 20:03:06 +08:00
parent b3d67fb0e8
commit 3a424b4719
14 changed files with 39 additions and 21 deletions

View File

@@ -463,6 +463,7 @@ const requestHandle = async () => {
if (response.rows) {
tableData.value = response.rows
if (response.pageInfo) {
// 这里去找total字段
total.value = response.pageInfo.total
openPagination.value = true
} else {