This commit is contained in:
liyuchun
2021-12-10 10:11:56 +08:00
parent 4ca00009d5
commit d121e2e01a
4 changed files with 3 additions and 2 deletions
-1
View File
@@ -455,7 +455,6 @@ class mr extends control
$this->view->modulePairs = $this->loadModel('tree')->getOptionMenu($product->id, 'story');
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->stories = $stories;
$this->view->summary = $this->loadModel('product')->summary($stories);
$this->view->bugs = $bugs;
$this->view->tasks = $tasks;
$this->view->product = $product;