diff --git a/src/api/stuCQS/synchronous-data/sync-stu.js b/src/api/stuCQS/synchronous-data/sync-stu.js index 01f01c7..e830358 100644 --- a/src/api/stuCQS/synchronous-data/sync-stu.js +++ b/src/api/stuCQS/synchronous-data/sync-stu.js @@ -25,9 +25,10 @@ export function listStudent(query) { }) } // 新同步学生信息 -export function syncStudentInfo() { +export function synchronousStudent(query) { return request({ url: '/syncdata/synchronousStudent', - method: 'post' + method: 'post', + params:query }) } diff --git a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue index 0065be6..e8524cb 100644 --- a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue +++ b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue @@ -44,7 +44,7 @@