SVN r858
SVN-Revision: r858
This commit is contained in:
@@ -1108,7 +1108,17 @@ namespace Lskj.Control
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!this.SysModel.IgnoreMainload) this.SetMainGridView(where);
|
if (this.SysModel.IgnoreMainload)
|
||||||
|
{
|
||||||
|
// 只加载明细
|
||||||
|
this.ModuleGridDetailObj.SetDetailGridDataSource();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// 加载主表
|
||||||
|
this.SetMainGridView(where);
|
||||||
|
}
|
||||||
|
|
||||||
if (this.IsDragDetail)
|
if (this.IsDragDetail)
|
||||||
this.SetDetailGridView();
|
this.SetDetailGridView();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user