zhangjie 2 năm trước cách đây
mục cha
commit
5e8dad984e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }
   }
 };