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