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不能为空!'