forked from drone/command-center-dashboard

shuishen
2025-04-08 30d31694407fd089a3df140e141c9520e7fe811c
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({