* Fix bug of execution count.

This commit is contained in:
liumengyi
2023-11-10 16:50:19 +08:00
parent a1a06ca040
commit 1e06bfdb67
+1
View File
@@ -71,6 +71,7 @@ window.footerSummary = function(element, checkedIdList)
var doingCount = 0;
rows.forEach(function(data)
{
if(data.id.indexOf('tid') > -1) return;
if(checkedIdList.length > 0 && checkedIdList.indexOf(data.id) > -1)
{
if(data.data.status == 'wait') waitCount ++;