forked from drone/command-center-dashboard

张含笑
2025-04-08 cbec4308b61d0147cd60abfcbbb90db24c4a8e7f
src/api/home/common.js
@@ -1,13 +1,5 @@
import request from '@/axios'
// 字典查询 行业 算法 工单类型
export const getDictionary = params => {
   return request({
      url: `/blade-system/dict-biz/listByCodes?codes=${params}`,
      method: 'get',
   })
}
// 区域
export const deptsByAreaCode = params => {
   return request({