| packages/utils/common/index.js | ●●●●● patch | view | raw | blame | history |
packages/utils/common/index.js
@@ -23,7 +23,7 @@ } export function getDictLabel(value, dictList) { export function getDictLabel(value, dictList = []) { return dictList.filter(item => String(value).includes(String(item.dictKey))).map(item => item.dictValue).join(',') }