完善设备信息功能迁移
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-25 01:11:39 +08:00
parent f07f5d91c4
commit c19ec0f115
6 changed files with 479 additions and 192 deletions

View File

@@ -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',