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('修改成功');