2023-08-31
This commit is contained in:
parent
bc0f8129da
commit
496f95e530
|
|
@ -58,6 +58,12 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
|||
{
|
||||
Grid1.DataSource = null;
|
||||
Grid1.DataBind();
|
||||
|
||||
Grid2.DataSource = null;
|
||||
Grid2.DataBind();
|
||||
|
||||
Grid3.DataSource = null;
|
||||
Grid3.DataBind();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue