fix checklist checked display for single value
This commit is contained in:
@ -64,6 +64,8 @@ $(function(){
|
||||
value = str.split(reg);
|
||||
} else if($.isArray(str)) {
|
||||
value = str;
|
||||
} else {
|
||||
value = [str];
|
||||
}
|
||||
return value;
|
||||
},
|
||||
|
Reference in New Issue
Block a user