吉安感知网项目-前端
罗广辉
2026-01-14 94119cd2eed9a4ae33a599595bc6c9bf9d67c0aa
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) {