hookehuyr

fix

<!--
* @Date: 2024-10-18 18:00:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-16 14:21:04
* @LastEditTime: 2024-12-16 15:17:24
* @FilePath: /hager/src/views/user/info.vue
* @Description: 文件描述
-->
......@@ -91,13 +91,14 @@ export default {
this.$router.push({
path: '/user/login',
})
}
} else {
this.email = data.email;
this.username = data.username;
this.tel = data.mobile;
this.corp = data.company;
this.department = data.department;
}
}
},
onHandle () {
// 获取用户信息
......