张诺
昨天 195770f92f7d739ffba6447fdbf3a3d5b9e009fa
src/api/basicData/customerFile.js
@@ -155,3 +155,12 @@
        method: 'get'
    })
}
// 同步公海 - 将客户扔回公海
export function throwCustomer(ids) {
    return request({
        url: '/customerPrivate/throwCustomer',
        method: 'post',
        data: ids
    })
}