Newer
Older
smartwell_front / src / api / alarm / deviceStatics.js
Stephanie on 26 Jul 2022 224 bytes fix<*>:修改报警统计页面
/**
 * 报警统计
 */
import request from '@/utils/request'

// 报警设备查询
export function getDeviceAlarmList(params) {
  return request({
    url: 'statics/alarmWellListPage',
    method: 'get',
    params
  })
}