xiangpei
2024-11-05 c66b9868ededa0f89038f1a046ee7b3daee2e203
src/api/platform/unit.js
@@ -42,3 +42,20 @@
    method: 'delete'
  })
}
// 获取运维单位下拉列表
export function unitSelect() {
  return request({
    url: '/yw-unit/list',
    method: 'get'
  })
}
// 获取运维单位工单统计列表
export function workList(params) {
  return request({
    url: '/yw-unit/work/list',
    method: 'get',
    params: params
  })
}