zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
5e8dad984e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/base/components/ResetPwd.vue

+ 1 - 1
src/modules/base/components/ResetPwd.vue

@@ -264,7 +264,7 @@ export default {
       this.isSubmit = false;
       this.$message.success("修改成功!");
       this.$emit("modified", data);
-      this.cancel();
+      this.modalIsShow = false;
     }
   }
 };