This commit is contained in:
liumengyi
2024-01-30 13:28:04 +08:00
parent 82f8a1b957
commit 6eb1532e2e
+1 -1
View File
@@ -81,7 +81,7 @@ window.renderCell = function(result, info)
window.setStatistics = function(element, checkedIdList, pageSummary)
{
if(checkedIdList.length == 0) return {html: pageSummary};
if(checkedIdList != undefined && checkedIdList.length == 0) return {html: pageSummary};
let total = 0;
let SRTotal = 0;