|
@@ -238,11 +238,13 @@ export default {
|
|
|
.then(() => {
|
|
|
this.ExcelLoading = true;
|
|
|
let params = {
|
|
|
+ cid: this.cid,
|
|
|
id: this.year
|
|
|
};
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api + "selectClassAllRecord", params)
|
|
|
.then(res => {
|
|
|
+ // return console.log(res);
|
|
|
this.exportExcel(res.data[0]);
|
|
|
});
|
|
|
})
|