* adjus for todo to story and bug.

This commit is contained in:
wangyidong
2018-01-16 10:25:51 +08:00
parent d49cc7d23f
commit 5dddac711b
7 changed files with 72 additions and 10 deletions
+1
View File
@@ -333,6 +333,7 @@ class todo extends control
$this->view->actions = $this->loadModel('action')->getList('todo', $todoID);
$this->view->from = $from;
$this->view->projects = $this->loadModel('project')->getPairs();
$this->view->products = $this->loadModel('product')->getPairs();
$this->display();
}