diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index 4cc8bbdf..b20d0370 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -2273,7 +2273,7 @@ function updateAttributeById(objId, va, shapeId) { "cmd": "com.actionsoft.apps.coe.pal_pl_repository_designer_message" }]; } - var isCriticalControlPoint="否"; + var isCriticalControlPoint=""; attributesJsonArray.forEach(obj => { // 检查id是否匹配 if (obj.id === 'isCriticalControlPoint') { @@ -2292,7 +2292,7 @@ function updateAttributeById(objId, va, shapeId) { ]; shape.dataAttributes[13]["dataShowConfig"].config = dataArray; - }else{ + }else if(isCriticalControlPoint === "否"){ var dataArray = [ { "horizontal": "right",