* [ticket#1835,doing,0.5h] modify id to taskid.

This commit is contained in:
sunguangming
2025-03-05 15:56:21 +08:00
committed by 田淑杰
parent 7123de9639
commit 5e08a72f61
3 changed files with 12 additions and 12 deletions
+1
View File
@@ -41,6 +41,7 @@ toolbar
) : null
);
foreach($tasks as $id => $task) $tasks[$id]->taskID = $task->id;
$tasks = initTableData(array_values($tasks), $config->execution->testtask->dtable->fieldList, $this->testtask);
$footToolbar = array();