From 3e49edfba441b8c58742d0500b85dbecd6a6a926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Thu, 21 May 2026 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/agent/customerList.ts | 5 ++ src/views/order/history/index.vue | 4 +- src/views/order/position/index.vue | 31 +++---- src/views/order/rechange/index.vue | 1 + src/views/order/transfer/index.vue | 3 +- src/views/profile/business/index.vue | 2 +- src/views/system/role/index.vue | 37 +++++--- src/views/trade/holidays/index.vue | 119 +++++++++----------------- src/views/trade/times/index.vue | 110 +++++++++--------------- 9 files changed, 129 insertions(+), 183 deletions(-) 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 @@