mo 1 year ago
parent
commit
6d52a3b2d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/setting/modal/forgotPassword.tsx

+ 1 - 0
src/views/setting/modal/forgotPassword.tsx

@@ -59,6 +59,7 @@ export default defineComponent({
           try {
             await updatePassword({
               ...formInline,
+              mobile:null,
               clientType: 'TEACHER'
             });
             message.success('修改成功');