* Modify logic.

This commit is contained in:
tianshujie
2021-11-18 11:10:02 +08:00
parent 4e02c5ba53
commit e8f77ac632
2 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -1398,10 +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->PO = isset($copyExecution->PO) ? $copyExecution->PO : '';
$this->view->QD = isset($copyExecution->QD) ? $copyExecution->QD : '';
$this->view->PM = isset($copyExecution->PM) ? $copyExecution->PM : '';
$this->view->RD = isset($copyExecution->RD) ? $copyExecution->RD : '';
$this->view->copyExecution = isset($copyExecution) ? $copyExecution : array();
$this->view->from = $this->app->tab;
$this->display();
}