This commit is contained in:
liuye
2023-06-30 14:53:19 +08:00
parent d031e5d8e1
commit d26ab93831
2 changed files with 165 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ import Vue from "vue";
Vue.use(Viewer);
import html2canvas from "../html2canvas/dist/html2canvas.esm.js";
import jsPDF from "../jspdf";
import jsPDF from "../jspdf/dist/jspdf.es.min.js";
import { Loading } from "element-ui";
@@ -668,7 +668,6 @@ export default {
window.open(row.linkUrl, "new");
},
handleExport() {
this.loading = true;
var fileName =
this.tabIndex == 1
? this.list[this.leftActiveIndex].roomName