* [bug#67246,done,0.1h,0h] Fix total testtask error.
This commit is contained in:
@@ -39,8 +39,9 @@ window.setStatistics = function(element, checkedIDList)
|
||||
rows.forEach((row) => {
|
||||
if(checkedIDList.length == 0 || checkedIDList.includes(row.id))
|
||||
{
|
||||
const task = row.data;
|
||||
if(row.id.includes('_')) return;
|
||||
|
||||
const task = row.data;
|
||||
if(task.rawStatus == 'wait')
|
||||
{
|
||||
waitCount ++;
|
||||
|
||||
@@ -144,8 +144,9 @@ window.setStatistics = function(element, checkedIDList)
|
||||
rows.forEach((row) => {
|
||||
if(checkedIDList.length == 0 || checkedIDList.includes(row.id))
|
||||
{
|
||||
const task = row.data;
|
||||
if(row.id.includes('_')) return;
|
||||
|
||||
const task = row.data;
|
||||
if(task.rawStatus == 'wait')
|
||||
{
|
||||
waitCount ++;
|
||||
|
||||
Reference in New Issue
Block a user