* adjust for ux.

This commit is contained in:
wangyidong
2018-06-22 16:20:37 +08:00
parent 2341927a79
commit 02a5b86697
7 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class testtaskModel extends model
$this->loadModel('product')->setMenu($products, $productID, $branch);
$selectHtml = $this->product->select($products, $productID, 'testtask', 'browse', '', $branch);
if($testtask)
if($testtask and $this->app->viewType != 'mhtml')
{
$testtasks = $this->getProductTasks($productID, 0, 'id_desc', null, array('local', 'totalStatus'));