wxr
2023-04-23 098ca04f324624d97399c7c1040c46d2a96ebfaa
HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -221,7 +221,7 @@
        /// <summary>
        /// 显示的设备的总数
        /// </summary>
        int showCount = 0;
        int showCount = -1;
        /// <summary>
        /// 加载功能row
        /// </summary>
@@ -239,7 +239,7 @@
                    {
                        if (!isAppend)
                        {
                            showCount = 0;
                            showCount = -1;
                            functionListView.RemoveAll();
                        }
                        for(var i = 0;i<50;i++)