报错修改
This commit is contained in:
@@ -194,12 +194,10 @@ namespace FineUIPro.Mobile.Mobile
|
||||
btnAgree.Enabled = false;
|
||||
btnDisgree.Enabled = false;
|
||||
}
|
||||
|
||||
|
||||
DataTable tb = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId);
|
||||
//Grid1.RecordCount = tb.Rows.Count;
|
||||
//var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = tb;
|
||||
|
||||
////Grid1.RecordCount = tb.Rows.Count;
|
||||
////var table = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataSource = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId); ;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user