岗位显示
This commit is contained in:
parent
676ff0c65a
commit
722d0f068b
@ -4527,7 +4527,7 @@ var Designer = {
|
||||
//判断如果岗位多个数据,...显示 by zhaolei
|
||||
if (jjj.value != "") {
|
||||
var lenth = jjj.value.split(',').length;
|
||||
if (lenth >= 2) {
|
||||
if (lenth > 2) {
|
||||
var index1 = jjj.value.indexOf(",");
|
||||
var index2 = jjj.value.indexOf(",", index1 + 1);
|
||||
l += jjj.value.substr(0, index2) + "...";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user