forked from drone/command-center-dashboard

罗广辉
2025-04-08 8561526609200b395f611f129c39ea63e78bd576
src/api/system/dictbiz.js
@@ -86,3 +86,10 @@
      params,
   })
}
// 多个字典查询
export const getMultipleDictionary = params => {
   return request({
      url: `/blade-system/dict-biz/listByCodes?codes=${params}`,
      method: 'get',
   })
}