mo 1 년 전
부모
커밋
6d52a3b2d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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('修改成功');