Commit 3d55c336 by zhaochengxiang

bug fix

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