From d80f7d2571b88dae10ffdd204bc32d466d996b04 Mon Sep 17 00:00:00 2001 From: yujh Date: Mon, 14 Oct 2024 13:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B6=E5=BA=A6=E5=9B=BE?= =?UTF-8?q?=E4=B9=9F=E8=B5=B0=E6=98=AF=E5=90=A6=E5=85=B3=E9=94=AE=E7=82=B9?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/extend/js/designer.extend.link.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",