refactor: 迁移初始化参数缓存并优化等待界面
This commit is contained in:
@@ -786,7 +786,7 @@ namespace Lskj.Control
|
||||
{
|
||||
try
|
||||
{
|
||||
this.pl_main.Visible = false;
|
||||
//this.pl_main.Visible = false;
|
||||
if (sysModel != null && dyncModel != null)
|
||||
{
|
||||
this.SysModel = sysModel;
|
||||
@@ -1446,7 +1446,7 @@ namespace Lskj.Control
|
||||
}
|
||||
finally
|
||||
{
|
||||
this.pl_main.Visible = true;
|
||||
//this.pl_main.Visible = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user