ソースを参照

Merge branch 'feature-dgy-新后台添加角色和管理' into feature-dgy-后台测试

DuGuYang 3 年 前
コミット
4c102c41ae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Areas/Admin/Views/BsServer/SysAdminNew/Edit.cshtml

+ 1 - 1
Areas/Admin/Views/BsServer/SysAdminNew/Edit.cshtml

@@ -1,5 +1,5 @@
 @using MySystem.BsModels;
 @using MySystem.BsModels;
-@{SysAdmin editData = ViewBag.data as SysAdmin;}
+@{SysAdminNew editData = ViewBag.data as SysAdminNew;}
 @{
 @{
     string RightInfo = ViewBag.RightInfo as string;
     string RightInfo = ViewBag.RightInfo as string;
     string right = ViewBag.right as string;
     string right = ViewBag.right as string;