|
@@ -414,6 +414,7 @@ class StudentService extends CrudService {
|
|
|
|
|
|
// 导出学生 目前:拓展训练保险用
|
|
|
async exportStudent({ type = 'insurance', ...data }) {
|
|
|
+ console.log(type, data);
|
|
|
let { data: studentList } = await this.query(data);
|
|
|
studentList = JSON.parse(JSON.stringify(studentList));
|
|
|
let ids = studentList.map(i => i.classid);
|