|
@@ -119,6 +119,7 @@
|
|
|
import { getBranches, orderListPage, getMusicTeams } from "@/api/table";
|
|
|
import qs from "qs";
|
|
|
import { scrollTo } from '@/utils/scroll-to'
|
|
|
+import '@/assets/tableExport.jquery.plugin.js'
|
|
|
export default {
|
|
|
data () {
|
|
|
return {
|
|
@@ -281,7 +282,8 @@ export default {
|
|
|
this.page = 1
|
|
|
this.getstudentList(9999, () => {
|
|
|
setTimeout(() => {
|
|
|
- this.method5('tableid');
|
|
|
+ // this.method5('tableid');
|
|
|
+ $('#tableid').tableExport({type:'excel'});
|
|
|
}, 100);
|
|
|
})
|
|
|
// this.method5('tableid');
|