跳转链接添加teamid
This commit is contained in:
parent
05d66684ce
commit
30ae2de3be
@ -427,7 +427,7 @@ function writeRelationListHtml() {
|
||||
$("#relationShapes").empty();
|
||||
var html = "";
|
||||
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())
|
||||
var relationShapeText = relationShapeList[i].relationShapeText;
|
||||
relationShapeText = relationShapeText.replace("<", "<").replace(">", ">").replace("\"", """);
|
||||
|
||||
@ -3445,7 +3445,6 @@ function getRelevanceAwsOrgNameByShapeId(objIds, shapeId) {
|
||||
|
||||
// 形状关联弹窗
|
||||
function openRelationDig(obj,value) {
|
||||
debugger;
|
||||
var shapeRelationValue = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").val();
|
||||
var ref = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").attr("ref"); // shape file shapeAndFile
|
||||
var relationShapeIds = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user