SVN r540
SVN-Revision: r540
This commit is contained in:
@@ -384,7 +384,7 @@ namespace Lskj.Control.Model
|
||||
paramList[9]
|
||||
};
|
||||
string maintabFocusedRowJson = "";
|
||||
if (BaseGridView.GetFocusedDataRow() != null)
|
||||
if (BaseGridView != null && BaseGridView.GetFocusedDataRow() != null)
|
||||
{
|
||||
maintabFocusedRowJson = BaseGridView.GetFocusedDataRow().ToJsonObject(); // 假设 ToJsonObject() 是将对象转换为 JSON 字符串的方法
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user