导出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user