* [bug#59534,done,0.5h] fix parent stage link error.
This commit is contained in:
@@ -61,7 +61,7 @@ window.onRenderCell = function(result, {col, row})
|
||||
html += data.prefixLabel;
|
||||
}
|
||||
|
||||
if(data.type == 'point')
|
||||
if(data.type == 'point' || !(executionType !== undefined && !data.isParent))
|
||||
{
|
||||
if(result[0].props.href !== undefined) delete result[0].props.href;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user