This commit is contained in:
tianshujie
2022-08-29 10:09:10 +08:00
parent d859327126
commit 915baa54b5
6 changed files with 8 additions and 6 deletions
+4
View File
@@ -875,6 +875,10 @@ class projectModel extends model
$this->config->project->search['queryID'] = $queryID;
$this->config->project->search['actionURL'] = $actionURL;
$statusList = $this->lang->project->statusList;
unset($statusList['delay']);
$this->config->project->search['params']['status']['values'] = $statusList;
$programPairs = array(0 => '');
$programPairs += $this->loadModel('program')->getPairs();
$this->config->project->search['params']['parent']['values'] = $programPairs;