mo 1 rok pred
rodič
commit
2d94560f58

+ 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('重置成功');