Commit 4ae3d89e by zhaochengxiang

bug fix

parent 4d4b9a39
...@@ -232,7 +232,6 @@ const FC = (props) => { ...@@ -232,7 +232,6 @@ const FC = (props) => {
pageSize={pageSize} pageSize={pageSize}
defaultCurrent={1} defaultCurrent={1}
total={total} total={total}
pageSizeOptions={[10,20]}
showTotal={total => ` ${total} `} showTotal={total => ` ${total} `}
/> />
</Drawer> </Drawer>
......
...@@ -249,7 +249,6 @@ const ImportAssetDrawer = (props) => { ...@@ -249,7 +249,6 @@ const ImportAssetDrawer = (props) => {
pageSize={pageSize} pageSize={pageSize}
defaultCurrent={1} defaultCurrent={1}
total={total} total={total}
pageSizeOptions={[10,20]}
showTotal={total => ` ${total} `} showTotal={total => ` ${total} `}
/> />
</Drawer> </Drawer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment