feat: 修改bug

pull/145/head
raofuzi 1 year ago
parent bc0721e2ec
commit d602ede9e9

@ -126,10 +126,8 @@ async function featchList() {
try {
// const result = await dubiousfilelist({ ...pagination, orderbyname: timeRange.value })
const result = await dubiousfilelist({ ...pagination, ...sortObj })
console.log("result-----------", result);
// TODO
// result.data = Array.from({ length: 30 })
// result.pageCount = 1
const { data, pageCount } = result
pagination.pageNo += 1
// canloadMore = pageCount >= pagination.pageNo && pageCount > 0;

Loading…
Cancel
Save