1、班前会隐藏推送全部按钮

This commit is contained in:
2026-02-28 11:31:22 +08:00
parent 37ec112f65
commit 470aac50f3
2 changed files with 20 additions and 5 deletions
@@ -810,5 +810,20 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
}
}
#endregion
#region
/// <summary>
/// 拉取总包检查
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnPull_Click(object sender, EventArgs e)
{
APIHazardRegisterSyncService.getHazardRegisterLists();
this.BindGrid();
}
#endregion
}
}