소스 검색

修改bug

QuKatie 3 년 전
부모
커밋
f6491fcb0e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/report-dialog/main.vue

+ 1 - 0
src/components/report-dialog/main.vue

@@ -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: {