gpt代码提交

This commit is contained in:
zhaol 2024-10-30 09:41:50 +08:00
parent 62af6202cd
commit 5a7893867b
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
<script> <script>
$(function () { $(function () {
var sid = window.opener.parent.sid; var sid = window.opener.parent.sid;
alert(sid);
console.log(parentParam1); // 输出父窗口的 param1 值 console.log(parentParam1); // 输出父窗口的 param1 值
location.href ="https://bpm.yili.com:8088/portal/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+repositoryId+"&sid="+sid+"&taskId="+taskId; location.href ="https://bpm.yili.com:8088/portal/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+repositoryId+"&sid="+sid+"&taskId="+taskId;