公告板
版本库
活动
搜索
登录
H5
/
leshan-laboratory
乐山实验室h5
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat
pyt
2025-05-09
d3cdc79ff846f96b9ffd62c15553f06221cf9a5e
[H5/leshan-laboratory.git]
/
laboratory
/
src
/
views
/
dataManagement
/
dispatching
/
service.js
1
2
3
4
5
6
import axios from '@/utils/request';
// 列表
export const getList = (data) => {
return axios.post('/t-experiment-dispatch/api/t-experiment-dispatch/pageList', { ...data })
}