Merge branch 'fixbug_sunjun_21618' into 'master'

Fixbug sunjun 21618

See merge request easycorp/zentaopms!2859
This commit is contained in:
孙广明
2022-04-12 01:40:59 +00:00
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -1094,6 +1094,7 @@ class testcase extends control
$this->view->cases = $cases;
$this->view->forceNotReview = $this->testcase->forceNotReview();
$this->view->modulePairs = $modulePairs;
$this->view->isLibCase = $type == 'lib' ? true : false;
$this->display();
}