吉安感知网项目-前端
shuishen
2026-01-20 dd1b9929d5291e846c9eb0e3634d2121fdaa967f
packages/utils/common/index.js
@@ -14,7 +14,7 @@
export function getDictLabel(value, dictList) {
   return dictList.find(item => item.dictKey === String(value))?.dictValue || value || ''
   return dictList.filter(item => value.includes(item.dictKey)).map(item => item.dictValue).join(',')
}
export function blobDownload(res) {