liding
5 天以前 44c71b1f7d7ad987a77dd689e9d559e1f3f0ed7e
src/api/basicData/customer.js
@@ -26,6 +26,14 @@
    })
}
// 流入公海
export function backCustomer(id) {
    return request({
        url: '/basic/customer/back/' + id,
        method: 'post'
    })
}
export function shareCustomer(data) {
    return request({
        url: '/basic/customer/together',