提交当前本机最新程序
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user