bug编号00000078,端到端流程图跳转异常

This commit is contained in:
446052889@qq.com 2025-05-06 10:14:46 +08:00
parent bb7dc61ba2
commit a133ae385a

View File

@ -506,8 +506,9 @@ class SubProcess {
$.simpleAlert('请先绑定子流程模型,在进行跳转操作');
}
let uuid = shape.extendAttr.id;
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
let url="./w?uuid=" + uuid +"&teamId=" + teamId
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val());
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val());
window.open(url);
}
}