From 8a552d6ff67fa1ec12728dd9538712557e81af6e Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Sun, 17 Jul 2022 11:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/scripts/diagraming/designer.core.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js index 1e599eef..438ca53b 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js @@ -4530,8 +4530,9 @@ var Designer = { l = j.name + ": " } if (jjj.showType == "text" || jjj.showType == "attr") { + l += jjj.value; //判断如果岗位多个数据,...显示 by zhaolei - if (jjj.value != "") { + /* if (jjj.value != "") { debugger; var lenth = jjj.value.match(/,/g).length; if (lenth >= 2) { @@ -4544,7 +4545,7 @@ var Designer = { }else{ l += jjj.value; - } + }*/ } else { if (jjj.showType == "icon") {