20250214 施工组织设计及施工方案分页问题

This commit is contained in:
2025-02-14 10:15:36 +08:00
parent c341978660
commit 983a364d06
3 changed files with 3 additions and 3 deletions
@@ -88,7 +88,7 @@
<PageItems>
<f:ToolbarText ID="ToolbarText1" runat="server" Text="每页记录数:">
</f:ToolbarText>
<f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true">
<f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true" OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
<f:ListItem Text="10" Value="10" />
<f:ListItem Text="15" Value="15" />
<f:ListItem Text="20" Value="20" />