跳转链接添加teamid

This commit is contained in:
zhal 2022-08-18 10:57:31 +08:00
parent 05d66684ce
commit 30ae2de3be
2 changed files with 1 additions and 2 deletions

View File

@ -427,7 +427,7 @@ function writeRelationListHtml() {
$("#relationShapes").empty(); $("#relationShapes").empty();
var html = ""; var html = "";
for (var i = 0; i < relationShapeList.length; i++) { for (var i = 0; i < relationShapeList.length; i++) {
var url="./w?uuid=" + relationShapeList[i].relationFileId+"&teamId" var url="./w?uuid=" + relationShapeList[i].relationFileId+"&teamId="+parent.$("#teamId").val()
+ "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val()) + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val())
var relationShapeText = relationShapeList[i].relationShapeText; var relationShapeText = relationShapeList[i].relationShapeText;
relationShapeText = relationShapeText.replace("<", "&lt;").replace(">", "&gt;").replace("\"", "&quot;"); relationShapeText = relationShapeText.replace("<", "&lt;").replace(">", "&gt;").replace("\"", "&quot;");

View File

@ -3445,7 +3445,6 @@ function getRelevanceAwsOrgNameByShapeId(objIds, shapeId) {
// 形状关联弹窗 // 形状关联弹窗
function openRelationDig(obj,value) { function openRelationDig(obj,value) {
debugger;
var shapeRelationValue = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").val(); var shapeRelationValue = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").val();
var ref = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").attr("ref"); // shape file shapeAndFile var ref = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").attr("ref"); // shape file shapeAndFile
var relationShapeIds = ''; var relationShapeIds = '';