仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mes-ocea-before
海洋MES互联版前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
插回损功能开发
chenrui
2025-03-28
0723f2c7428d57458df1dca3a619d92b5f23d140
[mes-ocea-before.git]
/
src
/
api
/
product
/
workstationoperateutil.js
1
2
3
4
5
6
7
8
import request from '@/router/axios'
export function getHandymanTypeList() {
return request({
url: '/mes/handymanType/list',
method: 'get'
})
}