bug编号00000078,端到端流程图跳转异常
This commit is contained in:
parent
bb7dc61ba2
commit
a133ae385a
@ -506,8 +506,9 @@ class SubProcess {
|
|||||||
$.simpleAlert('请先绑定子流程模型,在进行跳转操作');
|
$.simpleAlert('请先绑定子流程模型,在进行跳转操作');
|
||||||
}
|
}
|
||||||
let uuid = shape.extendAttr.id;
|
let uuid = shape.extendAttr.id;
|
||||||
|
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
|
||||||
let url="./w?uuid=" + uuid +"&teamId=" + teamId
|
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);
|
window.open(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user