From 406889ae0700a1e883d7b1b46c489bc3af4044f0 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 10 Oct 2020 16:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7pagehelper=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=881.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 +-- ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e187cb61..04594836 100644 --- a/pom.xml +++ b/pom.xml @@ -19,12 +19,11 @@ 3.1.1 1.6.0 2.0.0 - 1.3.2 1.2.1 1.19 2.3.2 2.9.2 - 1.2.5 + 1.3.0 1.2.74 5.2.5 5.5.0 diff --git a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js index a1823a1d..92a9dd21 100644 --- a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js +++ b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js @@ -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 = [];