Commit f809a6ef by 冷斌

fix bug

parent 77e2a0f9
......@@ -47,6 +47,7 @@ class AdminCourseCategoryAction extends AdministratorAction
$this->displayTree( $treeData, 'zy_currency_category');
}else{
// 此处同步$this->pageTab
echo 1; die;
$treeData = model('CategoryTree')->setTable('doc_category')->getNetworkList(0,0,1);
$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