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