* Modify api param and app error.

This commit is contained in:
caoyanyi
2022-08-25 10:08:36 +08:00
parent c84bcd5726
commit d764b13971
5 changed files with 12 additions and 9 deletions
+1
View File
@@ -3752,6 +3752,7 @@ class execution extends control
$this->view->pager = $pager;
$this->view->orderBy = $orderBy;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->projects = array('') + $this->project->getPairsByProgram();
$this->view->status = $status;
$this->view->from = $from;
$this->view->param = $param;