* adjust code.

This commit is contained in:
wangyidong
2018-09-26 10:45:35 +08:00
parent 00e4fb3167
commit 6c64a21900
5 changed files with 4 additions and 7 deletions
-1
View File
@@ -2390,7 +2390,6 @@ class taskModel extends model
switch($id)
{
case 'id':
//if($mode == 'table' && $canBatchAction)
if($canBatchAction)
{
echo html::checkbox('taskIDList', array($task->id => sprintf('%03d', $task->id)));