@@ -771,6 +771,7 @@ export default {
checkRole,
getInfo(type) {
getInfo().then((res) => {
+ delete res.data.password
this.user_form = JSON.parse(JSON.stringify(res.data))
if (type) {
this.$message.success("重置成功!")