Commit 428d766f authored by 潘栩锋's avatar 潘栩锋 🚴

添加 DynAreaIO 打开报警管理页 会提示密码

parent 452e223a
......@@ -52,6 +52,8 @@ namespace FLY.Thick.Base.UI.UiModule
protected virtual void Border_IO_Click(object sender, RoutedEventArgs e)
{
if (!WdPassword.Authorize("Warning"))
return;
var p = container.Resolve<PgErrorTable>();
FlyLayoutManager.NavigationService.Navigate(p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment