lu
2024-10-25 4bc7030c4cea5b3deed0c938ec388ae94e33c51c
DevApp/Gs.DevApp/bin/Debug/templeEasyCode/category2/category.cs
@@ -228,6 +228,8 @@
            {
                string strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json);
                ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn);
                if (dd.rtnCode > 0)
    {
                DataTable dt = dd.rtnData.list;
                gcMain.BindingContext = new BindingContext();
                gcMain.DataSource = dt;
@@ -239,6 +241,11 @@
                pageBar1.RowsCount = pageSize;//每页显示
                pageBar1.setTxt();
            }
    else
    {
        ToolBox.MsgHelper.ShowError("提示:" + dd.rtnMsg);
    }
            }
            catch (Exception ex)
            {
                ToolBox.MsgHelper.Warning("提示:" + ex.Message);