lu
2025-03-31 37d32d9263f757072a6ff348ae5e99824fab4ef9
DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs
@@ -23,6 +23,7 @@
            InitializeComponent();
            strType = _strType;
            txt_bl017.Text = _strType;
            txt_bl017.Tag = "moren." + _strType;
        }
        protected override void OnCreateControl()
        {
@@ -94,7 +95,7 @@
        }
        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
        {
            Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1);
            _filterList= Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1);
            Task.Delay(100);
            getPageList(1);
        }