diff --git a/src/api/stuCQS/synchronous-data/sync-stu.js b/src/api/stuCQS/synchronous-data/sync-stu.js
index 6f73ee0..01f01c7 100644
--- a/src/api/stuCQS/synchronous-data/sync-stu.js
+++ b/src/api/stuCQS/synchronous-data/sync-stu.js
@@ -24,3 +24,10 @@ export function listStudent(query) {
params: query
})
}
+// 新同步学生信息
+export function syncStudentInfo() {
+ return request({
+ url: '/syncdata/synchronousStudent',
+ method: 'post'
+ })
+}
diff --git a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue
index 0ba8b60..fce3cd6 100644
--- a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue
+++ b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue
@@ -7,18 +7,20 @@
搜索
+
+
+
+
+
+
+
+ 同步数据
重置
-
- 导出
-
- 同步数据
-
-
@@ -39,7 +41,8 @@