SVN r657
SVN-Revision: r657
This commit is contained in:
@@ -414,7 +414,7 @@ namespace Lskj.BaseInfo
|
||||
string sqlValue = isDetailAttach ? model.DetailSql : GetSearchSql(model);
|
||||
GridControlEx grdExMain = (tabPage.Tag as GridControlEx);
|
||||
if (!isDetailAttach) grdExMain.LastSearchSql = sqlValue;
|
||||
this.baseTab.SetGridDataSource(tabPage, MainImpl.GetDataTableResult(this.ControlObj.ReplaceControlValue(sqlValue)));
|
||||
this.baseTab.SetGridDataSource(tabPage, this.ControlObj.ReplaceControlValue(sqlValue));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user