lrf402788946 4 gadi atpakaļ
vecāks
revīzija
dcce4a5a58
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/service/student.js

+ 1 - 0
app/service/student.js

@@ -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);