From 496f95e5308344aa9e1d67d588c23ceb6f3a1f4d Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Thu, 31 Aug 2023 14:13:13 +0800 Subject: [PATCH] 2023-08-31 --- .../PHTGL/ContractCompile/ContractTrackList.aspx.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SGGL/FineUIPro.Web/PHTGL/ContractCompile/ContractTrackList.aspx.cs b/SGGL/FineUIPro.Web/PHTGL/ContractCompile/ContractTrackList.aspx.cs index d4d639e7..3b67995e 100644 --- a/SGGL/FineUIPro.Web/PHTGL/ContractCompile/ContractTrackList.aspx.cs +++ b/SGGL/FineUIPro.Web/PHTGL/ContractCompile/ContractTrackList.aspx.cs @@ -58,6 +58,12 @@ namespace FineUIPro.Web.PHTGL.ContractCompile { Grid1.DataSource = null; Grid1.DataBind(); + + Grid2.DataSource = null; + Grid2.DataBind(); + + Grid3.DataSource = null; + Grid3.DataBind(); } }