以生产环境为准,提交一次代码。并补充多窗口打开场景问题
This commit is contained in:
parent
4b986509d2
commit
2e1e35d2d8
@ -1388,7 +1388,7 @@ function openRelationDialog(obj, callback) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
|
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
|
||||||
window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId
|
window.open("./w?uuid=" + msg.data.uuid + "&teamId=" + getteamId
|
||||||
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val()));
|
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user