Newer
Older
xc-metering-front / src / api / laboratory / overView.ts
dutingting on 23 Nov 2023 224 bytes 运行总览表格和通知栏
/**
 * 运行总览
 */
import request from '../requestLab'
const prefix = 'overview'

// 列表查询
export function getOverviewAlarmDetail() {
  return request({
    url: `${prefix}/alarmCount`,
    method: 'get',
  })
}