修复工厂模型产线和区域功能问题
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-24 14:57:27 +08:00
parent 4455b90854
commit 3b801a270e
6 changed files with 322 additions and 263 deletions

View File

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