数据穿透
This commit is contained in:
@@ -654,5 +654,18 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 拉取总包检查
|
||||
/// <summary>
|
||||
/// 拉取总包检查
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnPull_Click(object sender, EventArgs e)
|
||||
{
|
||||
APICheckSpecialSyncService.getCheckSpecialLists(this.ProjectId);
|
||||
this.BindGrid();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user