Explorar o código

修复账号修改后密码被重置

hjs hai 1 ano
pai
achega
db93f1f3c0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/basic_setup/index.vue

+ 1 - 0
src/views/basic_setup/index.vue

@@ -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("重置成功!")