仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mes-ocea-before
海洋MES互联版前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改k检验标准
licp
2024-04-25
421145f9db00b79e1c6dedd9e9ec3719b36a407a
[mes-ocea-before.git]
/
src
/
api
/
plan
/
schedulelookover.js
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
export function fetchScheduleLookOverList(query) {
return request({
url: '/mes/aps/main/loadGantt',
method: 'get',
params: query
})
}