From 43c561219e289d275195d0659914ed7cd0e0ea40 Mon Sep 17 00:00:00 2001 From: tdx Date: Tue, 15 Jul 2025 02:43:26 +0000 Subject: [PATCH] SVN r856 SVN-Revision: r856 --- 插件库/Lskj.Control/ModuleEx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/插件库/Lskj.Control/ModuleEx.cs b/插件库/Lskj.Control/ModuleEx.cs index 93637c6..47dc811 100644 --- a/插件库/Lskj.Control/ModuleEx.cs +++ b/插件库/Lskj.Control/ModuleEx.cs @@ -1108,7 +1108,7 @@ namespace Lskj.Control } } - this.SetMainGridView(where); + if(!this.SysModel.IgnoreMainload) this.SetMainGridView(where); if (this.IsDragDetail) this.SetDetailGridView();