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