|
|
@ -64,6 +64,9 @@ namespace 齐越慧眼 |
|
|
|
UserControls.CatControl catControl = new UserControls.CatControl(); |
|
|
|
gridCat.Children.Add(catControl); |
|
|
|
|
|
|
|
UserControls.ItemControl itemControl = new UserControls.ItemControl(); |
|
|
|
gridItem.Children.Add(itemControl); |
|
|
|
|
|
|
|
this.Title += $" { ApiHelper.LoginSystemUser.DepartmentName}"; |
|
|
|
} |
|
|
|
|
|
|
|