From 84bbdd8595066a3349810b63cf7642dc1e13d11e Mon Sep 17 00:00:00 2001 From: wangyan Date: Thu, 12 Mar 2026 18:04:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(notice):=20=E4=BF=AE=E5=A4=8D=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除默认的 pageSize 参数设置 - 添加 useStorageQueryCriteria 配置为 false - 设置表格 options 为 false 禁用操作栏 - 设置 disabledResizer 为 true 禁用列宽调整功能 --- src/pages/Container/Notice/List/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Container/Notice/List/index.js b/src/pages/Container/Notice/List/index.js index d1bbf46..a5f75f3 100644 --- a/src/pages/Container/Notice/List/index.js +++ b/src/pages/Container/Notice/List/index.js @@ -161,8 +161,8 @@ function ViewModalComponent(props) { form, params: { noticeId: props.currentId, - pageSize: 10, }, + useStorageQueryCriteria: false, }); const onCancel = () => { @@ -195,6 +195,8 @@ function ViewModalComponent(props) { />