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