wxr
2021-11-30 358044c907e0e492b26377b21ca5091d19b503c8
HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs
@@ -974,6 +974,7 @@
                        btnFunctionViewBg.MouseUpEventHandler = (sender, e) =>
                        {
                            var skipView = new EnvironmentalPage();// EnvironmentalSciencePage();
                            //var skipView = new A_EnvironmentalDataCenter();// EnvironmentalSciencePage();
                            MainPage.BasePageView.AddChidren(skipView);
                            skipView.LoadPage();
                            MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;