* [bug#55256,done,0.3h] fix id field miss error.

This commit is contained in:
tianshujie
2024-09-13 10:38:23 +08:00
committed by 王于听
parent a8090298f9
commit bebfa0f8e7
2 changed files with 1 additions and 7 deletions
+1
View File
@@ -61,6 +61,7 @@ foreach($cases as $case)
}
$cols = $this->loadModel('datatable')->getSetting('execution', 'testcase');
$cols['id']['name'] = $cols['id']['type'] = 'id';
dtable
(