相关支持文件、绩效模型增加浏览器id参数

This commit is contained in:
zhaol 2025-05-06 10:50:02 +08:00
parent b12d3d7dfe
commit e9b0147be8

View File

@ -1387,8 +1387,9 @@ function openRelationDialog(obj, callback) {
dlgButton.eq(i).hide();
}
}
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId
+ "&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()));
}
}
@ -1511,8 +1512,9 @@ function openRelationDialog(obj, callback) {
dlgButton.eq(i).hide();
}
}
var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", "");
window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId
+ "&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()));
}
}