zhangjie hai 1 ano
pai
achega
ecbf7c90e8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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");
     },