修改bug
This commit is contained in:
@@ -47,10 +47,11 @@ export function submit2(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getDevices() {
|
||||
export function getDevices(params) {
|
||||
return request({
|
||||
url: 'api/producetask/getDevices',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user