吉安感知网项目-前端
张含笑
2026-01-19 31f18abcdb0defff14542e74c8bb03a8db0df3c0
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) {