5 天以前 90032e2bd123a0164480cef2198f678d00bfb2b8
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',