Commit 33a47964 by zhaochengxiang

资源操作

parent 7411b6be
......@@ -733,7 +733,7 @@ const AssetTable = (props) => {
}
},
onContextMenu: event => {
if (record.resourceState==='uncombed' || record.resourceState==='notRelatedAsset') {
if (reference===AssetManageReference && (record.resourceState==='uncombed'||record.resourceState==='notRelatedAsset')) {
setContextMenuItem(record);
displayMenu(event);
}
......
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