Commit ce6332a1 authored by dcy's avatar dcy

公海池页面修改

parent ba91ed79
......@@ -89,7 +89,7 @@ export function getWaitForDistributionList(query) {
})
}
// 确认
// 移交
export function handOverCustomer(data) {
return request({
url: '/ecw/customer/handOver',
......@@ -107,11 +107,10 @@ export function getPublicList(query) {
})
}
// 公海池客户
export function getMineList(query) {
//捞取
export function setFishing(query){
return request({
url: '/ecw/customer/get-mine',
method: 'get',
params: query
url:'',
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment