fix: 菜单维护固定表头不起作用
This commit is contained in:
parent
08adc81d1d
commit
261f91683f
|
@ -103,6 +103,7 @@ namespace Bootstrap.Pages.Admin.Components
|
|||
/// <returns></returns>
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
base.OnParametersSet();
|
||||
QueryModel.Category = "";
|
||||
QueryModel.IsResource = -1;
|
||||
QueryApp.AddRange(DictHelper.RetrieveApps().Select(app => new SelectedItem() { Text = app.Value, Value = app.Key }));
|
||||
|
|
Loading…
Reference in New Issue