lrf402788946 4 lat temu
rodzic
commit
dcce4a5a58
1 zmienionych plików z 1 dodań i 0 usunięć
  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);