20230915wbs数据分析页面框架实现
This commit is contained in:
@@ -18,8 +18,7 @@ namespace FineUIPro.Web.DigData
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.ucTree.IsShowAll = false;
|
||||
this.ucTree.Level= this.hdLevel.Text = "0";
|
||||
this.ucTree.IsShowLevel = false;
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
@@ -27,7 +26,6 @@ namespace FineUIPro.Web.DigData
|
||||
protected void changeTree(object sender, EventArgs e)
|
||||
{
|
||||
this.hdWorkPackageCode.Text = this.ucTree.WorkPackageCode;
|
||||
this.hdLevel.Text = this.ucTree.Level;
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
@@ -37,7 +35,7 @@ namespace FineUIPro.Web.DigData
|
||||
/// </summary>
|
||||
private void BindGrid()
|
||||
{
|
||||
var getData = WBSAnalysisService.getDataDWList(this.hdLevel.Text,this.hdWorkPackageCode.Text, this.Grid1);
|
||||
var getData = WBSAnalysisService.getDataDWList(this.hdWorkPackageCode.Text, this.Grid1);
|
||||
Grid1.RecordCount = WBSAnalysisService.count;
|
||||
Grid1.DataSource = getData;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user