liuyg
2021-09-07 d941e5581706cf2df4fa959b0b4832b1da45e7e3
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',