SVN r1243
SVN-Revision: r1243
This commit is contained in:
@@ -923,6 +923,7 @@ namespace Lskj.Main.Control
|
||||
// 加载左侧菜单
|
||||
if (menuStruct.Length == 2)
|
||||
{
|
||||
|
||||
DataTable childs = rows.Cast<DataRow>().Where(x => (x["MenuStruct"] + "").Substring(0, 2) == menuStruct).CopyToDataTable();
|
||||
if (childs != null && childs.Rows.Count > 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user