修复工厂模型产线和区域功能问题
This commit is contained in:
@@ -49,3 +49,11 @@ export function deleteFactoryArea (data) {
|
||||
data: apiParams('delete', data)
|
||||
})
|
||||
}
|
||||
|
||||
export function exportFactoryAreaTask (data) {
|
||||
return request({
|
||||
url: BASE + 'export',
|
||||
method: 'post',
|
||||
data: apiParams('export', data)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user