Initial commit
This commit is contained in:
18
src/api/operationManagement/operation.js
Normal file
18
src/api/operationManagement/operation.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
export function getOperation(query) {
|
||||
return request({
|
||||
url: 'mes/op/operation/getOperation',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
export function getOperation1(query) {
|
||||
return request({
|
||||
url: 'mes/op/operation/getOperation1',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user