From 48e1db12488faa03588ecd6831366f6be8672b71 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 27 Sep 2022 15:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=8D=A2=E8=A1=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/scripts/diagraming/designer.core.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 765b9959..cfde6c19 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 @@ -4523,10 +4523,10 @@ var Designer = { } if (jjj.showType == "text" || jjj.showType == "attr") { - l += jjj.value; + //l += jjj.value; //判断如果岗位多个数据,...显示 by zhaolei - /*if (jjj.value != "") { - var lenth = jjj.value.match(/,/g).length; + if (jjj.value != "") { + var lenth = jjj.value.split(',').length; if (lenth >= 2) { var index1 = jjj.value.indexOf(","); var index2 = jjj.value.indexOf(",", index1 + 1); @@ -4537,7 +4537,7 @@ var Designer = { }else{ l += jjj.value; - }*/ + } } else { if (jjj.showType == "icon") {