Commit e3c22c44 authored by GuanHua's avatar GuanHua

fix: 店铺装修活动商品抽屉表格分页组件多出的问题修复

parent 90fc7347
......@@ -137,6 +137,7 @@ const ActivityProductDrawer: React.FC<Iprops> = (props: Iprops) => {
// useEffect(() => {})
const handleCancel = () => {
setSelectedActivityProductList([])
onCancel?.();
};
......@@ -240,6 +241,7 @@ const ActivityProductDrawer: React.FC<Iprops> = (props: Iprops) => {
rowSelection={rowSelection as any}
rowKey={(_record) => `${_record.activityId!}-${_record.id!}` }
loading={loading}
pagination={false}
columns={columns} dataSource={selectedActivityProductList}></Table>
</div>
<div className={styles.pagination}>
......
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