This commit is contained in:
tianshujie
2022-07-21 11:27:55 +08:00
parent e122aa3be7
commit b8124e12f4
+1 -5
View File
@@ -911,11 +911,7 @@ class testcase extends control
}
$moduleIdList = $case->module;
if($case->module)
{
$moduleIdList = $this->loadModel->tree->getStoryModule($case->module);
$moduleIdList = $this->tree->getAllChildID($case->module);
}
if($case->module) $moduleIdList = $this->tree->getAllChildID($case->module);
$this->view->productID = $productID;
$this->view->product = $product;