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