吉安感知网项目-前端
shuishen
2026-01-21 3fa96abe83bc62048f96aff60f676294e0301bcd
Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
1 files modified
6 ■■■■ changed files
packages/utils/common/index.js 6 ●●●● patch | view | raw | blame | history
packages/utils/common/index.js
@@ -4,8 +4,8 @@
 * @LastEditors  : yuan
 * @LastEditTime : 2026-01-20 17:20:21
 * @FilePath     : \packages\utils\common\index.js
 * @Description  :
 * Copyright 2026 OBKoro1, All Rights Reserved.
 * @Description  :
 * Copyright 2026 OBKoro1, All Rights Reserved.
 * 2026-01-20 17:01:20
 */
export function fieldRules(required,max) {
@@ -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(',')
}