From 4c1b400d20fa38a2656a81e9480138b92d18c811 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 3 Mar 2023 15:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20ESLint=E3=80=91src/components/di?= =?UTF-8?q?ct/JDictSelectUtil.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/dict/JDictSelectUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/dict/JDictSelectUtil.js b/jero-web/src/components/dict/JDictSelectUtil.js index 052c3b39..86bb58fa 100644 --- a/jero-web/src/components/dict/JDictSelectUtil.js +++ b/jero-web/src/components/dict/JDictSelectUtil.js @@ -108,7 +108,7 @@ export function filterMultiDictText (dictOptions, text) { */ export function filterDictTextByCache (dictCode, key) { if (key === null || key === undefined || key.length === 0) { - return + return '' } if (!dictCode) { return '字典Code不能为空!'