SVN r642
SVN-Revision: r642
This commit is contained in:
@@ -1046,11 +1046,16 @@ namespace Lskj.Control.Model
|
||||
//判断是否关闭,如果已经关闭的模块就不ShowDialog了。(浏览器配置右键直接下载,浏览器dll会在打开下载模块前关闭)
|
||||
if (!form.SubForm.IsDisposed)
|
||||
{
|
||||
if (model.IsModal)
|
||||
{
|
||||
form.SubForm.Show();
|
||||
}
|
||||
else {
|
||||
form.SubForm.ShowDialog();
|
||||
StaticControl.DogVerifyNoPageForms.Remove(form);
|
||||
form.SubForm.Dispose();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user