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/category2/category.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category2/category.cs b/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category2/category.cs index 257c1b1..3b884d3 100644 --- a/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category2/category.cs +++ b/DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category2/category.cs @@ -140,8 +140,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> /// 淇敼浜嬩欢 @@ -189,8 +191,7 @@ } var _obj = new { - guid = lbGuid.Text.Trim(),//涓诲缓 - + guid =UtilityHelper.ToGuid( lbGuid.Text.Trim()), //涓诲缓 }; try { -- Gitblit v1.9.3