* Add program dropmenu.

This commit is contained in:
sunguangming
2023-07-07 15:25:36 +08:00
parent 86d056a9e3
commit 23de37e593
3 changed files with 58 additions and 1 deletions
+1
View File
@@ -677,6 +677,7 @@ class program extends control
$this->view->module = $module;
$this->view->method = $method;
$this->view->programs = $this->program->getList('all');
$this->view->link = $this->program->getLink($module, $method, $programID, '', 'program');
$this->display();
}