This commit is contained in:
SelfRidicule 2024-08-15 12:00:50 +08:00
parent b6451819d4
commit 9b83665666

View File

@ -127,8 +127,7 @@ Page({
console.log('repairListRq', res);
let dataList = res.rows
let isDataAll = false
if (!(dataList && dataList.length > 0)) {
dataList = []
if (pageNum * pageSize >= res.total) {
isDataAll = true
}
//