提交当前本机最新程序

This commit is contained in:
cyf
2026-07-16 16:05:38 +08:00
parent 43ae774164
commit 6be6607a40
47 changed files with 7895 additions and 811 deletions
+1 -1
View File
@@ -1882,7 +1882,7 @@ namespace Lskj.Control
/// </summary>
public void InitializeTab()
{
DataTable table = BaseModuleImpl.GetBaseAttach(this.Model.ModuleCode);//查看是否有附加模块
DataTable table = BaseModuleImpl.GetBaseAttachKey(this.SysModel.FormKey);//查看是否有附加模块
if (table.Rows.Count > 0)
{
XtraTabPage MainTableTab = new XtraTabPage();