liuyg
2021-09-24 c4e67a8942e514b65ab41bb19781d50576c15725
src/api/dispatch/dispatch.js
@@ -39,6 +39,15 @@
    })
}
export const overDispatcher = (row) => {
    return request({
        url: '/api/dispatcher/over-dispatcher',
        method: 'post',
        data: row
    })
}
export const remove = (ids) => {
    return request({
        url: '/api/dispatcherUnit/remove',