diff --git a/src/api/stuCQS/synchronous-data/sync-instructor.js b/src/api/stuCQS/synchronous-data/sync-instructor.js index cc921da..163927c 100644 --- a/src/api/stuCQS/synchronous-data/sync-instructor.js +++ b/src/api/stuCQS/synchronous-data/sync-instructor.js @@ -24,3 +24,10 @@ export function listInstructorNew(query) { params: query }) } +// 新同步教职工 +export function syncInstructorinfonew() { + return request({ + url: '/syncdata/synchronousEmployEEInfoList', + method: 'post' + }) +} \ No newline at end of file diff --git a/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue b/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue index 3cdbd4d..6b2cf00 100644 --- a/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue +++ b/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue @@ -3,7 +3,7 @@ 导出 + size="mini">导出 同步数据 @@ -11,8 +11,6 @@ - - diff --git a/src/views/system/teacher/index.vue b/src/views/system/teacher/index.vue index 3595e79..93e3e86 100644 --- a/src/views/system/teacher/index.vue +++ b/src/views/system/teacher/index.vue @@ -49,7 +49,7 @@ @@ -196,7 +197,7 @@ import { listTeacher, getTeacher, delTeacher, addTeacher, updateTeacher } from ' import { getDeptName } from '@/api/system/dept' export default { name: 'Teacher', - dicts: ['all_status', 'rt_college'], + dicts: ['all_status', 'rt_college','teacher_status'], data() { return { // 遮罩层