Commit 5d283360 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改商家营销活动报名 审核不能全选的问题

parent 54391593
......@@ -153,11 +153,12 @@ const ReadySubmitExamine = () => {
<TableLayout
reload={ref}
selectedRow
fetchRowkeys={(e) => setRowKeys(e)}
fetchRowkeys={(e) => { setRowKeys(e); console.log(e)}}
getCheckboxProps={getCheckboxProps}
columns={columns}
effects="id"
rowKey="activityId"
activeKey='id'
// rowKey="activityId"
fetch={getMarketingPlatformActivitySignupPageTobeSubmit}
controllerBtns={controllerBtns}
schema={{
......
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