Commit ce6332a1 authored by dcy's avatar dcy

公海池页面修改

parent ba91ed79
...@@ -89,7 +89,7 @@ export function getWaitForDistributionList(query) { ...@@ -89,7 +89,7 @@ export function getWaitForDistributionList(query) {
}) })
} }
// 确认 // 移交
export function handOverCustomer(data) { export function handOverCustomer(data) {
return request({ return request({
url: '/ecw/customer/handOver', url: '/ecw/customer/handOver',
...@@ -107,11 +107,10 @@ export function getPublicList(query) { ...@@ -107,11 +107,10 @@ export function getPublicList(query) {
}) })
} }
// 公海池客户 //捞取
export function getMineList(query) { export function setFishing(query){
return request({ return request({
url: '/ecw/customer/get-mine', url:'',
method: 'get',
params: query
}) })
} }
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