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

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

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