yuan
10 天以前 0a88e6cd1d12aa66bff4f8ec045cd0c33bf4be6c
src/api/basicData/customer.js
@@ -26,6 +26,15 @@
    })
}
// 交接客户
export function handoverCustomer(data) {
    return request({
        url: '/basic/customer/handover',
        method: 'post',
        data
    })
}
// 流入公海
export function backCustomer(id) {
    return request({