Просмотр исходного кода

发送验证码接口增加保司code

祁鹏飞 3 месяцев назад
Родитель
Сommit
f433265887

+ 2 - 0
src/views/quoteConfig/insuranceCompanyAccount/modules/insuranceAccountAdd.vue

@@ -431,6 +431,8 @@ const againLogin = async () => {
 /** 获取保验证码,打开重新登录对话框 */
 const getGuoRenCaptcha = () => {
   const params = {
+    apiType: '2',
+    companyCode: obj?.code,
     username: insuranceAccountForm.value.username,
     password: insuranceAccountForm.value.password,
   }