zhangjie 1 سال پیش
والد
کامیت
ecbf7c90e8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/components/SimpleImagePreview.vue

+ 1 - 0
src/components/SimpleImagePreview.vue

@@ -233,6 +233,7 @@ export default {
       return imageSize;
     },
     cancel() {
+      if (!this.canClose) return;
       this.modalIsShow = false;
       this.$emit("on-close");
     },