完善设备信息功能迁移
This commit is contained in:
@@ -10,6 +10,14 @@ function apiParams (method, data = {}) {
|
||||
}
|
||||
}
|
||||
|
||||
export function getProductionLineALL (data) {
|
||||
return request({
|
||||
url: BASE + 'all',
|
||||
method: 'get',
|
||||
params: apiParams('all', data)
|
||||
})
|
||||
}
|
||||
|
||||
export function getProductionLineList (data) {
|
||||
return request({
|
||||
url: BASE + 'list',
|
||||
|
||||
Reference in New Issue
Block a user