From 763da34245ff98dca4da8bec0001fc043614df52 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 17 Oct 2023 17:11:55 +0800 Subject: [PATCH] * Optimize code for my::testtask. --- module/my/control.php | 1 + module/my/ui/testtask.html.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/control.php b/module/my/control.php index 7055b20414..5268b42174 100755 --- a/module/my/control.php +++ b/module/my/control.php @@ -647,6 +647,7 @@ EOF; $this->view->blockedCount = $blockedCount; $this->view->mode = 'testtask'; $this->view->pager = $pager; + $this->view->param = $param; $this->display(); } diff --git a/module/my/ui/testtask.html.php b/module/my/ui/testtask.html.php index d7fd20eab4..7a024b86e1 100644 --- a/module/my/ui/testtask.html.php +++ b/module/my/ui/testtask.html.php @@ -24,7 +24,6 @@ dtable ( set::cols($cols), set::data($data), - set::userMap($users), set::fixedLeftWidth('20%'), set::footer(array(array('html' => $footerHTML), 'flex', 'pager')), set::footPager(usePager()),