浏览代码

pageSize = 10

master
Anna Ho 1年前
父节点
当前提交
ffa55959de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js 查看文件

@@ -132,7 +132,7 @@ export default function SearchPublicNoticeTable({ searchCriteria }) {
<div style={{ minHeight: 400, height: "100%", width: '100%' }}>
<FiDataGrid
columns={columns}
customPageSize={20}
customPageSize={10}
onRowDoubleClick={handleRowDoubleClick}
getRowHeight={() => 'auto'}
doLoad={{


正在加载...
取消
保存