Commit 3d55c336 by zhaochengxiang

bug fix

parent 9ae4b0ca
......@@ -148,7 +148,7 @@ const FC = (props) => {
const fixedCols = [
{
title: '修改类型',
dataIndex: 'draftOperation',
dataIndex: 'operationType',
ellipsis: true,
width: 120,
fixed: 'right',
......@@ -366,9 +366,7 @@ const FC = (props) => {
dispatch({
type: 'assetmanage.publishDrafts',
payload: {
params: {
draftIds: (selectedRows??[]).map(item => item.id).toString()
}
data: (selectedRows??[]).map(item => item.id)
},
callback: () => {
showMessage("success","发布成功")
......
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