Browse Source

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

hjs 1 năm trước cách đây
mục cha
commit
db93f1f3c0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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("重置成功!")