* [bug#59534,done,0.5h] fix parent stage link error.

This commit is contained in:
tianshujie
2025-02-12 16:01:54 +08:00
committed by 刘梦艺
parent a4e180b33b
commit dd62c7a610
+1 -1
View File
@@ -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;