Commit e5a12c61 by zhaochengxiang

关联关系跳转

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