Commit 625f560b by zhaochengxiang

资产复核接口修改

parent 5407511c
...@@ -25,9 +25,9 @@ const FC = (props) => { ...@@ -25,9 +25,9 @@ const FC = (props) => {
type: 'assetmanage.checkResources', type: 'assetmanage.checkResources',
payload: { payload: {
params: { params: {
resourceIds: (items??[]).map(item => item.id).toString(),
status: rows.status status: rows.status
}, },
data: (items??[]).map(item => item.id),
}, },
callback: () => { callback: () => {
setWaiting(false) setWaiting(false)
......
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