20221009列表修改内容后页码修改为不刷新。

This commit is contained in:
2022-10-09 12:09:01 +08:00
parent 6533db1bfc
commit c9f78bfbaa
6 changed files with 35 additions and 4 deletions
@@ -304,5 +304,10 @@ namespace FineUIPro.Web.Person
Funs.FineUIPleaseSelect(drpUnit, "按单位查询");
this.BindGrid();
}
protected void Window1_Close(object sender, WindowCloseEventArgs e)
{
this.BindGrid();
}
}
}