相关支持文件、绩效模型增加浏览器id参数
This commit is contained in:
parent
b12d3d7dfe
commit
e9b0147be8
@ -1387,8 +1387,9 @@ function openRelationDialog(obj, callback) {
|
|||||||
dlgButton.eq(i).hide();
|
dlgButton.eq(i).hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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&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();
|
dlgButton.eq(i).hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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&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