zss
2 天以前 ed305a88dc956ad5640bf494d8d2220d5920ca34
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',