Commit 4e415269 by 冷斌

fix bug

parent a2747a74
......@@ -53,7 +53,7 @@ class AdminCategoryAction extends AdministratorAction
$this->pageTab[] = array('title' => '分类', 'tabHash' => 'subject', 'url' => U('exams/AdminCategory/subject'));
// $this->pageTab[] = array('title' => '版块', 'tabHash' => 'module', 'url' => U('exams/AdminCategory/module'));//is_admin($this->mid) &&
$treeData = model('CategoryTree')->setTable('exams_subject')->getNetworkList(0, 0, 1);
$this->displayTree($treeData, 'exams_subject', 3);
$this->displayTree($treeData, 'exams_subject', 1);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment