公告板
版本库
filestore
活动
搜索
登录
何威
/
ckt-web
测控台前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 断路器修改
he wei
2023-12-20
d216ef279fee1f19e835b44dd5e6c40af5bf17ac
[~whychw/ckt-web.git]
/
src
/
views
/
hrTestRecord
/
js
/
apis.js
1
2
3
4
5
6
7
8
9
10
11
12
import axios from "axios";
/**
* 查询 分页
*/
export const getList = (data) => {
return axios({
method: "POST",
url: "ckPowerDevAlarmHistory/getPage",
data
});
};