mo 1 년 전
부모
커밋
2d94560f58
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/setting/components/schoolInfo/index.tsx

+ 0 - 1
src/views/setting/components/schoolInfo/index.tsx

@@ -202,7 +202,6 @@ export default defineComponent({
         onPositiveClick: async () => {
           await api_userResetPassword({
             userId: row.id,
-            password: 'ktyq' + row.phone.substr(7),
             clientType: 'TEACHER'
           });
           message.success('重置成功');