升级pagehelper到最新版1.3.0

This commit is contained in:
RuoYi
2020-10-10 16:25:51 +08:00
parent be47059951
commit 406889ae07
2 changed files with 3 additions and 4 deletions

View File

@ -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 = [];