From 2f54ebef7854818667e9bc3b7ab006f0b24ce8f4 Mon Sep 17 00:00:00 2001 From: Songsl <2431955898@qq.com> Date: Tue, 28 Apr 2026 14:31:56 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D,=E5=8F=8A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agent/user/index.vue | 2 + src/views/capital/rechangeChanl/index.vue | 6 +- src/views/capital/rechangeCheck/index.vue | 8 +- src/views/capital/transfer/index.vue | 648 ++++++++++-------- src/views/dashboard/components/view/index.vue | 8 +- src/views/mould/handleFee/index.vue | 21 +- src/views/mould/risk/index.vue | 28 +- src/views/order/transfer/index.vue | 8 +- src/views/profile/agent/index.vue | 2 + src/views/profile/business/index.vue | 11 +- src/views/profile/user/index.vue | 636 +++++++++-------- src/views/system/menu/index.vue | 302 ++++---- src/views/system/notice/index.vue | 469 +++++++------ src/views/system/notice/options.ts | 44 +- src/views/system/role/index.vue | 30 +- src/views/trade/times/index.vue | 28 +- src/views/trade/variety/index.vue | 13 +- 17 files changed, 1284 insertions(+), 980 deletions(-) diff --git a/src/views/agent/user/index.vue b/src/views/agent/user/index.vue index e1734ed..07900fd 100644 --- a/src/views/agent/user/index.vue +++ b/src/views/agent/user/index.vue @@ -416,6 +416,7 @@ const handleSubmit = async () => { try { await editCustomerApi({ ...params, point_diffs_json: JSON.stringify(marginRatioJSON) }) dialogVisible.value = false + await getCustomerList(userId.value) } catch (err) { console.log('提交失败:', err) } @@ -428,6 +429,7 @@ const handleSubmit = async () => { fee_handling_percent: commissionRatioForm.value.commissionRatio, }) dialogVisible.value = false + await getCustomerList(userId.value) } catch (err) { console.log('提交失败:', err) } diff --git a/src/views/capital/rechangeChanl/index.vue b/src/views/capital/rechangeChanl/index.vue index c5aeb38..9d34e63 100644 --- a/src/views/capital/rechangeChanl/index.vue +++ b/src/views/capital/rechangeChanl/index.vue @@ -1,9 +1,9 @@ diff --git a/src/views/trade/times/index.vue b/src/views/trade/times/index.vue index 8b86b77..08830d4 100644 --- a/src/views/trade/times/index.vue +++ b/src/views/trade/times/index.vue @@ -1,7 +1,9 @@ - 编辑 - 删除 - 确认 - 取消 diff --git a/src/views/trade/variety/index.vue b/src/views/trade/variety/index.vue index df93acf..1480a32 100644 --- a/src/views/trade/variety/index.vue +++ b/src/views/trade/variety/index.vue @@ -8,8 +8,17 @@ @reset="handleReset" >