diff --git a/src/api/modules/agent/customerList.ts b/src/api/modules/agent/customerList.ts index 7c058ac..7e2f6ae 100644 --- a/src/api/modules/agent/customerList.ts +++ b/src/api/modules/agent/customerList.ts @@ -13,4 +13,9 @@ export const getSelfVarietyPointDiffConfigApi = (params: any) => { //编辑代理客户接口 export const editCustomerApi = (params: any) => { return request.post('/agent/editAgent', {...params}) +} + +//编辑代理客户接口 +export const updateToAgent = (params: any) => { + return request.post('/agent/updateToAgent', {...params}) } \ No newline at end of file diff --git a/src/views/order/history/index.vue b/src/views/order/history/index.vue index d06b126..1c53e50 100644 --- a/src/views/order/history/index.vue +++ b/src/views/order/history/index.vue @@ -1,8 +1,8 @@