he wei
2024-01-18 d065ca03f746cae1b98d6d2d5afb8e4437297043
src/views/hrTestRecord/js/apis.js
@@ -2,7 +2,7 @@
/**
 * 核容测试记录
 * 核容测试记录 遥测量
 * @returns
 */
export const getBattSetLog = (data) => {
@@ -24,3 +24,15 @@
  });
};
/**
 * 查询遥信量日志
 * @returns
 */
export const getHrStopAlmLog = (data) => {
  return axios({
    method: "POST",
    url: "ckpowerdevBattRsalarmSetLog/getHrStopAlmLog",
    data,
  });
};