fix(legacy): complete hosted module cleanup
This commit is contained in:
@@ -4126,7 +4126,7 @@ namespace Lskj.Control.Model
|
||||
// 添加内容
|
||||
if (i == 0)
|
||||
{
|
||||
string guid = ERPInfo.Instance.PageControl.SelectedTabPage.Tag + "";
|
||||
string guid = ERPInfo.Instance.CurrentModulePage.Tag + "";
|
||||
DllModule model = ERPInfo.Instance.ModuleForms[guid];
|
||||
cell.SetCellValue(model.Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user