报错修改
This commit is contained in:
@@ -194,12 +194,10 @@ namespace FineUIPro.Mobile.Mobile
|
|||||||
btnAgree.Enabled = false;
|
btnAgree.Enabled = false;
|
||||||
btnDisgree.Enabled = false;
|
btnDisgree.Enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////Grid1.RecordCount = tb.Rows.Count;
|
||||||
DataTable tb = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId);
|
////var table = this.GetPagedDataTable(Grid1, tb);
|
||||||
//Grid1.RecordCount = tb.Rows.Count;
|
Grid1.DataSource = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId); ;
|
||||||
//var table = this.GetPagedDataTable(Grid1, tb);
|
|
||||||
Grid1.DataSource = tb;
|
|
||||||
Grid1.DataBind();
|
Grid1.DataBind();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14469,7 +14469,7 @@
|
|||||||
<AutoAssignPort>True</AutoAssignPort>
|
<AutoAssignPort>True</AutoAssignPort>
|
||||||
<DevelopmentServerPort>0</DevelopmentServerPort>
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
||||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||||
<IISUrl>http://localhost:8653/</IISUrl>
|
<IISUrl>http://localhost:7155/</IISUrl>
|
||||||
<NTLMAuthentication>False</NTLMAuthentication>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
||||||
<UseCustomServer>False</UseCustomServer>
|
<UseCustomServer>False</UseCustomServer>
|
||||||
<CustomServerUrl>
|
<CustomServerUrl>
|
||||||
|
|||||||
Reference in New Issue
Block a user