1
yyb
3 天以前 32b983e2b22e0ebb39a6fd84c0f32b5e677534e7
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',