* adjust style.

This commit is contained in:
wangyidong
2019-08-22 16:44:04 +08:00
parent 4f989a6881
commit 2b360a1772
+3 -3
View File
@@ -658,9 +658,9 @@ class testsuite extends control
$this->view->position[] = $this->lang->testsuite->common;
$this->view->position[] = $this->lang->testsuite->view;
$this->view->lib = $lib;
$this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter');
$this->view->actions = $this->loadModel('action')->getList('caselib', $libID);
$this->view->lib = $lib;
$this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter');
$this->view->actions = $this->loadModel('action')->getList('caselib', $libID);
$this->display();
}