提交代码
This commit is contained in:
@@ -20,7 +20,10 @@ namespace FineUIPro.Web.CQMS.QuantityManagement
|
||||
if (!IsPostBack)
|
||||
{
|
||||
GetButtonPower();
|
||||
BindGrid();
|
||||
DataTable table = BLL.BaseService.GetAllTreeDataTable(this.CurrUser.LoginProjectId);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
//BindGrid();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user