RuoYi
2021-05-23 7b94ae3a9a5ecec4858749681a087e3d15a856f1
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;
    }
  }
};