@@ -113,6 +113,7 @@ export default {
this.$router.push({
path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId}`
});
+ this.$emit("onClose", false);
}
},
watch: {