提交代码

This commit is contained in:
2025-04-01 09:31:32 +08:00
parent d609421334
commit 8c55c6f470
5 changed files with 133 additions and 16 deletions
@@ -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();
}
}