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