SVN-Revision: r858
This commit is contained in:
tdx
2025-07-15 03:13:59 +00:00
parent 5d9f06ef49
commit c21c084397
+11 -1
View File
@@ -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)
this.SetDetailGridView();