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) }