Commit 3415c1bc by yangzhi

工单优化

parent e9d3d67e
......@@ -21,7 +21,12 @@ export function workAssigned(data) {
data,
)
}
export function reallocate(data) {
return axios.post(
'platform/platformWorkOrder/reallocate',
data,
)
}
export function startWorder(id, estimateCompleteTime) {
return axios.post('platform/platformWorkOrder/start', {
id: id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment