SVN-Revision: r823
This commit is contained in:
cyf
2025-07-01 09:39:16 +00:00
parent 6d619955c6
commit ed0b4e5195
7 changed files with 137 additions and 20 deletions
+8
View File
@@ -1047,6 +1047,14 @@ namespace Lskj.Control
try
{
this._leftGridSearchObj.SearchGrid();
if (this.SysModel.DefaultClickLeft)
{
this.OnGridViewRowClick(null, null);
}
}
catch (Exception ex)
{