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