This commit is contained in:
孙华伟
2022-03-03 09:40:43 +08:00
parent e0640737c2
commit c01323fdbb
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2090,7 +2090,6 @@ class execution extends control
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;
$this->view->kanban = $this->lang->execution->kanban;
$this->view->linkedProducts = $this->product->getProducts($executionID);
$this->display();
}