cdk
2025-10-09 af62767b86c19e8c2510765f8a5bb00b89bc68c8
DevApp/Gs.DevApp/DevFrm/FQC/SelectFqcDaa.cs
@@ -1,11 +1,11 @@

using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
namespace Gs.DevApp.DevFrm.FQC
{
@@ -30,7 +30,7 @@
                currentPage = curPage,
                everyPageSize = 999999,
                sortName = "",
                keyWhere = "",
                keyWhere = LoginInfoModel.CurrentUser.LoginUserGuid,
            };
            var json = JsonConvert.SerializeObject(_obj);
            try
@@ -46,10 +46,11 @@
                    {
                        gcMain.DataSource = dt;
                        gcMain.ForceInitialize();
                        gridView1.BestFitColumns(); Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1);
                        Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1);
                    }
                    else
                        UtilityHelper.SetDefaultTable(gcMain, gridView1);
                    gridView1.BestFitColumns();
                }
                else
                {