|
@@ -118,7 +118,7 @@ export default {
|
|
|
this.$set(this, `studentList`, arr);
|
|
|
},
|
|
|
async toExport(data) {
|
|
|
- const res = await this.export(this.form);
|
|
|
+ const res = await this.export(data);
|
|
|
if (this.$checkRes(res, '导出成功', res.errmsg || '导出失败')) {
|
|
|
window.open(res.data);
|
|
|
}
|