RuoYi
2021-06-10 a209b39552d0a360bd5b29af6b6cb58265f9669b
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
@@ -137,9 +137,10 @@
    realTime(data) {
      this.previews = data;
    },
    //取消截图,关闭对话框
    // 关闭窗口
    closeDialog() {
      this.options.img = store.getters.avatar
     this.visible = false;
    }
  }
};