Commit e5a12c61 by zhaochengxiang

关联关系跳转

parent ae6f95ad
......@@ -253,8 +253,8 @@ const AssetTable = (props) => {
dispatch({
type: 'assetmanage.getDataAssetLocation',
payload: {
dataAssetId: anchorId,
dirId: anchorDid,
dataAssetId: anchorId||'',
dirId: anchorDid||'',
},
callback: data => {
const anchorLocation = data.offset;
......
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