This commit is contained in:
lcw
2025-07-21 16:21:47 +08:00
parent e83dbabe9d
commit 5855c5d2d6
388 changed files with 126419 additions and 418 deletions

View File

@ -142,7 +142,7 @@ const getList = () => {
tbJcxxAbryselectPage(data)
.then((res) => {
pageData.tableData = res.records;
pageData.total = 0;
pageData.total = res.total;
})
.finally(() => {
pageData.tableConfiger.loading = false;