Commit 625f560b by zhaochengxiang

资产复核接口修改

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