he wei
2023-12-23 fc842d9e22aef1946df050257be41b4bfbd838a9
src/views/hrTestRecord/js/apis.js
@@ -1,12 +1,26 @@
import axios from "axios";
/**
 * 查询 分页
 * 核容测试记录
 * @returns
 */
export const getList = (data) => {
export const getBattSetLog = (data) => {
  return axios({
    method: "POST",
    url: "ckPowerDevAlarmHistory/getPage",
    url: "cKPowerDevBattSetLog/getBattSetLog",
    data
  });
};
/**
 * 获取参数名称下拉
 * @returns
 */
export const getOpInfo = (data) => {
  return axios({
    method: "GET",
    url: "cKPowerDevBattSetLog/getOpInfo",
  });
};