首检完成
This commit is contained in:
@@ -12,6 +12,15 @@ export function getWorkoderList(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 导出函数,获取工单列表
|
||||
export function getWorkoderList_piliang(query) {
|
||||
// 发送get请求,获取工单列表
|
||||
return request({
|
||||
url: '/mes/pro/workorder_v2/getWorkoderList_piliang',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
// 导出函数,发起在线请求
|
||||
export function startOnline(id) {
|
||||
|
||||
Reference in New Issue
Block a user