Explorar el Código

fix:市场分析报告下载成功后,下载弹窗隐藏处理

zhangsiya hace 1 año
padre
commit
389359b473

+ 1 - 0
apps/bigmember_pc/src/views/analysisReport/components/ReportDownloadDialog.vue

@@ -149,6 +149,7 @@ export default {
           }
           ajaxExportPdf(params).then(response => {
             if(response.error_code === 0 && response.data) {
+              this.options.visible = false
               this.showConfirmDialog()
             }
           }).finally(() => {