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