yuan
5 天以前 336aa0c6affadffce030d93fb1ea901960f1e966
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',