Commit bf27fce8 by 冷斌

fix bug

parent 486a913a
......@@ -48,7 +48,7 @@ class AdminCourseCategoryAction extends AdministratorAction
}else{
// 此处同步$this->pageTab
$treeData = model('CategoryTree')->setTable('doc_category')->getNetworkList(0,0,1);
$this->displayTree( $treeData, 'doc_category', 3);
$this->displayTree( $treeData, 'doc_category', 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