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 e8b86223..255704f3 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 @@ -4529,8 +4529,8 @@ var Designer = { l = j.name + ": " } if (jjj.showType == "text" || jjj.showType == "attr") { - //判断如果岗位多个数据,...显示 by zhaolei + if(jjj.value!=""){ var lenth=jjj.value.match(/,/g).length; if(lenth>=2){ var index1=jjj.value.indexOf(","); @@ -4539,6 +4539,7 @@ var Designer = { }else{ l += jjj.value } + } } else { if (jjj.showType == "icon") {