* Fix error.

This commit is contained in:
leiyong
2020-11-17 14:23:07 +08:00
parent f7a28ef7e1
commit 03326e0d24
5 changed files with 2 additions and 4 deletions
-1
View File
@@ -27,7 +27,6 @@ class testcaseModel extends model
*/
public function setMenu($products, $productID, $branch = 0, $moduleID = 0, $suiteID = 0, $orderBy = 'id_desc')
{
$this->lang->product->menu = $this->lang->product->viewMenu;
$this->loadModel('product')->setMenu($products, $productID, $branch, $moduleID, 'case');
$selectHtml = $this->product->select($products, $productID, 'testcase', 'browse', '', $branch, $moduleID, 'case');