nidapeng
2024-04-07 caf95e2d7c02d5c6b623539c3835b43902de7d7d
company/src/api/business/dispatchUnit.js
@@ -21,7 +21,12 @@
export function getById (id) {
    return request.get(`/business/dispatchUnit/${id}`)
}
export function check (data) {
    return request.post('/business/dispatchUnit/check', data)
}
export function checkWorktype (data) {
    return request.post('/business/dispatchUnit/checkWorktype', data)
}
// 添加工种
export function createSolution (data) {
    return request.post('/business/dispatchUnit/createSolution', data)