IQC
This commit is contained in:
@@ -47,3 +47,13 @@ export function saveSrotResults(data) {
|
||||
contextType: 'application/json',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function GetGanttListAPI(query) {
|
||||
return request({
|
||||
url: '/mes/pro/workorder/GetGanttList',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user