Commit 55c9e001 by zhaochengxiang

资产详情打开元数据字段详情

parent edb427b6
...@@ -80,7 +80,10 @@ const AssetAction = (props) => { ...@@ -80,7 +80,10 @@ const AssetAction = (props) => {
return ( return (
<Tooltip title={text||''}> <Tooltip title={text||''}>
<a onClick={() => { <a onClick={() => {
window.open(`/center-home/metadetail?mid=${record._id}&action=metadetail&type=detail&manager=false&activekey=1`); app?.setGlobalState?.({
message: 'data-govern-metadata-column-detail',
id: record._id
})
}}> }}>
{highlightSearchContentByTerms(text||'', terms)} {highlightSearchContentByTerms(text||'', terms)}
</a> </a>
......
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