完善预警中心功能迁移
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 16:47:38 +08:00
parent 5cb8e0a91d
commit 58ea133b8b
2 changed files with 158 additions and 11 deletions

View File

@@ -57,3 +57,11 @@ export function getWorkstationSearch (data) {
params: apiParams('planning_production_produce_pincheck_search', data)
})
}
export function devicePinCheckExport (data) {
return request({
url: BASE + 'check',
method: 'get',
params: apiParams('planning_production_produce_pincheck_check', data)
})
}