From 0b492ccf0c1f588779e1d0adcc6137c486cb7e1f Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 09 十一月 2024 16:04:04 +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