拿生产环境的文件,覆盖提交
This commit is contained in:
parent
f5dddf8c65
commit
2df4dcfee7
@ -3354,10 +3354,7 @@ function getRelevanceShapeNameByShapeId(objIds, shapeId) {
|
||||
|
||||
// 关联aws组织
|
||||
function openOrganizationRelationDig(obj, value) {
|
||||
let attrVal = $(obj).attr("value");
|
||||
if (attrVal && value.readonly){
|
||||
return;
|
||||
}
|
||||
if (value.readonly) return;
|
||||
var shapeAwsOrgValue = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").val();
|
||||
var ref = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").attr("ref");
|
||||
var id = sid;
|
||||
@ -3665,7 +3662,7 @@ function openRelationDig(obj, value) {
|
||||
if (JSON.parse(ref).type == 'file') {
|
||||
relationFileIds = shapeRelationValue;
|
||||
} else {
|
||||
relationShapeIds = shapeRelationValue;methodId
|
||||
relationShapeIds = shapeRelationValue;
|
||||
}
|
||||
var methodId = JSON.parse(ref).method;
|
||||
var id = sid;
|
||||
@ -3713,7 +3710,7 @@ function openRelationDig(obj, value) {
|
||||
cls: "blue",
|
||||
handler: function () {
|
||||
var clickNodeId = document.getElementById("attr_content_iframe_relevance_shapes").contentWindow.getClickNodeId();
|
||||
if (clickNodeId == '') {
|
||||
if (clickNodeId == '' || clickNodeId=='83a13e8d-4796-440f-a8ac-47ec9dd38ea4') {
|
||||
$.simpleAlert("请选择需要打开的流程!", 'warning');
|
||||
} else {
|
||||
var url = "./w?uuid=" + clickNodeId + "&teamId=" + getteamId
|
||||
|
||||
Loading…
Reference in New Issue
Block a user