File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >8.10.1 </Version >
4+ <Version >8.10.2-beta01 </Version >
55 </PropertyGroup >
66
77 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
Original file line number Diff line number Diff line change @@ -737,8 +737,6 @@ protected override void OnInitialized()
737737
738738 // 初始化节点缓存
739739 TreeNodeCache ??= new ( Equals ) ;
740- SearchModel = CreateTItem ( ) ;
741-
742740 OnInitLocalization ( ) ;
743741
744742 // 设置 OnSort 回调方法
@@ -860,6 +858,8 @@ private void OnInitParameters()
860858 TreeExpandIcon ??= IconTheme . GetIconByKey ( ComponentIcons . TableTreeExpandIcon ) ;
861859 TreeNodeLoadingIcon ??= IconTheme . GetIconByKey ( ComponentIcons . TableTreeNodeLoadingIcon ) ;
862860 AdvancedSortButtonIcon ??= IconTheme . GetIconByKey ( ComponentIcons . TableAdvancedSortButtonIcon ) ;
861+
862+ SearchModel ??= CreateTItem ( ) ;
863863 }
864864
865865 /// <summary>
You can’t perform that action at this time.
0 commit comments