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", }); };