From 337ba55ca0d7c1c329248aec061df03590e69879 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Thu, 14 Jul 2022 10:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=98=BE=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 | 6 ++++-- 1 file changed, 4 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 72e799fa..e8b8e92d 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 @@ -4521,6 +4521,7 @@ var Designer = { } var jj = j.dataShowConfig.value; if (jj && jj.length > 0) { + for (var n = 0; n < jj.length; n++) { var jjj = jj[n]; var l = ""; @@ -4531,7 +4532,8 @@ var Designer = { if (jjj.showType == "text" || jjj.showType == "attr") { //判断如果岗位多个数据,...显示 by zhaolei if (jjj.value != "") { - + debugger; + if(jj.value!=undefined){ if (jj.value.indexOf(',') > -1){ var lenth = jjj.value.match(/,/g).length; if (lenth >= 2) { @@ -4544,7 +4546,7 @@ var Designer = { }else{ l += jjj.value; } - + } } } else {