* [refac] Remove unused parameter productID.

This commit is contained in:
liugang
2025-08-22 14:21:49 +08:00
parent d4cc2d6087
commit ffe346b387
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ class execution extends control
/* Build the search form. */
$modules = $this->loadModel('tree')->getTaskOptionMenu($executionID, 0, $showModule);
$actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch&param=myQueryID&orderBy=$orderBy&recTotal=0&recPerPage=100&pageID=1&from=$from&blockID=$blockID");
$this->execution->buildTaskSearchForm($executionID, $productID, $this->executions, $queryID, $actionURL);
$this->execution->buildTaskSearchForm($executionID, $this->executions, $queryID, $actionURL);
$this->view->title = $execution->name . $this->lang->hyphen . $this->lang->execution->task;
$this->view->tasks = $tasks;