888
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user