缺失图标补充
This commit is contained in:
parent
3043b3f60e
commit
f59e55cb35
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 570 B |
@ -3727,6 +3727,8 @@ function saveRelevanceShapesTODB(shapesObj, shapeId, shapeName, fileName,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//by bzp 校验角色和岗位不能同时选择
|
//by bzp 校验角色和岗位不能同时选择
|
||||||
|
debugger;
|
||||||
|
if(shape.category!="org_role"){
|
||||||
if(objId == 'role' || objId == 'post'){
|
if(objId == 'role' || objId == 'post'){
|
||||||
if(objId == 'role'){
|
if(objId == 'role'){
|
||||||
//判断岗位
|
//判断岗位
|
||||||
@ -3745,6 +3747,8 @@ function saveRelevanceShapesTODB(shapesObj, shapeId, shapeName, fileName,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//by bzp end
|
//by bzp end
|
||||||
var ref = $("input[objid_shapeId='" + objId + "']").attr("ref");
|
var ref = $("input[objid_shapeId='" + objId + "']").attr("ref");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user