From 0ce70b79695fc16f33a9f55bce857e38fa12a2ab Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 08 十一月 2024 17:23:24 +0800 Subject: [PATCH] iqc --- DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category1/category.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category1/category.cs b/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category1/category.cs index cd132f2..308680a 100644 --- a/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category1/category.cs +++ b/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category1/category.cs @@ -137,8 +137,10 @@ /// <param name="e"></param> private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e) { - UtilityHelper.JumpToTab(xtraTabControl1, 0); - getPageList(1, UtilityHelper.GetPageSize()); + if (xtraTabControl1.SelectedTabPageIndex == 1) + getModel(lbGuid.Text.Trim(), false, 999); + else + getPageList(1, UtilityHelper.GetPageSize()); } /// <summary> /// 淇敼浜嬩欢 @@ -184,7 +186,7 @@ } var _obj = new { - guid = lbGuid.Text.Trim(),//涓诲缓 + guid =UtilityHelper.ToGuid( lbGuid.Text.Trim()), //涓诲缓 }; try -- Gitblit v1.9.3