* Modify logic.

This commit is contained in:
tianshujie
2021-11-18 11:17:22 +08:00
parent e8f77ac632
commit 7044ccbf2c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1398,7 +1398,7 @@ class execution extends control
$this->view->qdUsers = $qdUsers;
$this->view->rdUsers = $rdUsers;
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->view->copyExecution = isset($copyExecution) ? $copyExecution : array();
$this->view->copyExecution = isset($copyExecution) ? $copyExecution : '';
$this->view->from = $this->app->tab;
$this->display();
}