修改bug

This commit is contained in:
zds
2022-08-05 11:56:16 +08:00
parent b63f9af2af
commit 1632830ff8
6 changed files with 99 additions and 38 deletions

View File

@@ -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
})
}