From 5e4855ccd935391d678d116fe218b38f699dd1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Thu, 11 Jun 2026 14:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81code?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/business/index.vue | 2 +- src/views/user/ForgotPassword.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/profile/business/index.vue b/src/views/profile/business/index.vue index d4ea113..4315a50 100644 --- a/src/views/profile/business/index.vue +++ b/src/views/profile/business/index.vue @@ -852,7 +852,7 @@ const handleMarketFormLinkage = async (type: 'level' | 'parentAccountName', valu const levelNum = Number(marketForm.value?.level) if (levelNum === 5) flag = 1 if (levelNum === 6) flag = 2 - console.log('datasssssssssssss', marketForm.value) + console.log('datasssssssssssss', marketForm.value) const data = await getParAgentListApi({ role_id: +value === 6 ? 5 : value, flag }) // 格式化下拉选项 marketFormOptionsMap.value.parentAccountName = data.map((item: any) => ({ diff --git a/src/views/user/ForgotPassword.vue b/src/views/user/ForgotPassword.vue index 07ca958..ac46e6b 100644 --- a/src/views/user/ForgotPassword.vue +++ b/src/views/user/ForgotPassword.vue @@ -165,7 +165,7 @@ const sendCodeApi = async () => { const sendParams = { email: forgotPasswordForm.value.email, mobile: forgotPasswordForm.value.phone, - type: 'transfer_code' + type: 'resetPass_code' } return userStore.sendCode(sendParams) }