|
@@ -2261,7 +2261,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.dialogDownloadReportTypeVisible = false
|
|
|
}, 500)
|
|
|
- } else if (downloadType == "2") {
|
|
|
+ } else if (this.downloadType == "2") {
|
|
|
exportPdf(luckysheet.getAllSheets(), reportName);
|
|
|
setTimeout(() => {
|
|
|
this.visible = false;
|