* Fix program link and weekly bug.

This commit is contained in:
Yagami
2020-08-24 17:21:59 +08:00
parent a5c739d8cd
commit 1cadda2706
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -694,7 +694,7 @@ class program extends control
public function ajaxGetDropMenu($programID, $module, $method, $extra)
{
$this->loadModel('project');
$this->view->link = $this->createLink('program', 'index', "programID=$programID");
$this->view->link = $this->createLink('program', 'index', "programID=$programID", '', '', $programID);
$this->view->programID = $programID;
$this->view->module = $module;
$this->view->method = $method;