From a133ae385a0f61015b4ea672809076412c245064 Mon Sep 17 00:00:00 2001 From: "446052889@qq.com" <446052889@qq.com> Date: Tue, 6 May 2025 10:14:46 +0800 Subject: [PATCH] =?UTF-8?q?bug=E7=BC=96=E5=8F=B700000078=EF=BC=8C=E7=AB=AF?= =?UTF-8?q?=E5=88=B0=E7=AB=AF=E6=B5=81=E7=A8=8B=E5=9B=BE=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../designer/scripts/diagraming/designer.method.subprocess.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.method.subprocess.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.method.subprocess.js index 5fff82cf..93fc5cb8 100644 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.method.subprocess.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.method.subprocess.js @@ -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); } }