升级pagehelper到最新版1.3.0
This commit is contained in:
@ -499,8 +499,8 @@ var table = {
|
||||
},
|
||||
// 回显数据字典(字符串数组)
|
||||
selectDictLabels: function(datas, value, separator) {
|
||||
if ($.common.isEmpty(value)){
|
||||
return '';
|
||||
if ($.common.isEmpty(value)) {
|
||||
return '';
|
||||
}
|
||||
var currentSeparator = $.common.isEmpty(separator) ? "," : separator;
|
||||
var actions = [];
|
||||
|
Reference in New Issue
Block a user