diff --git a/src/api/stuCQS/synchronous-data/sync-class.js b/src/api/stuCQS/synchronous-data/sync-class.js index 2079d54..831850c 100644 --- a/src/api/stuCQS/synchronous-data/sync-class.js +++ b/src/api/stuCQS/synchronous-data/sync-class.js @@ -30,3 +30,11 @@ export function listBj(query) { params: query }) } +// 新同步班级信息 +export function syncBjinfo(query) { + return request({ + url: '/syncdata/synchronousClass', + method: 'post', + params:query + }) +} diff --git a/src/api/stuCQS/synchronous-data/sync-stu.js b/src/api/stuCQS/synchronous-data/sync-stu.js index c7faf57..01f01c7 100644 --- a/src/api/stuCQS/synchronous-data/sync-stu.js +++ b/src/api/stuCQS/synchronous-data/sync-stu.js @@ -16,3 +16,18 @@ export function syncStuinfo() { method: 'post' }) } +//新查询学生信息列表 +export function listStudent(query) { + return request({ + url: '/syncdata/getStudentInfo', + method: 'get', + params: query + }) +} +// 新同步学生信息 +export function syncStudentInfo() { + return request({ + url: '/syncdata/synchronousStudent', + method: 'post' + }) +} diff --git a/src/views/poverty/povertyapply/xwjl.vue b/src/views/poverty/povertyapply/xwjl.vue index 15a3e98..fd1d486 100644 --- a/src/views/poverty/povertyapply/xwjl.vue +++ b/src/views/poverty/povertyapply/xwjl.vue @@ -68,7 +68,7 @@
- ( + (
{{ key }} @@ -78,7 +78,7 @@ {{ value }}
- ) + )
@@ -111,7 +111,7 @@ - + @@ -451,7 +451,7 @@ export default { handleDelete(row) { const ids = row.id || this.ids this.$modal - .confirm('是否确认删除困难认定编号为"' + ids + '"的数据项?') + .confirm('是否确认删除困难认定编号为"' + ids + '"的数据项?') .then(function () { return delApply(ids) }) @@ -464,7 +464,7 @@ export default { handleRevoke(row) { this.$modal - .confirm('是否确认撤回该记录?') + .confirm('是否确认撤回该记录?') .then(function () { return revoke(row) }) diff --git a/src/views/routine/classmetting/cadownload/index.vue b/src/views/routine/classmetting/cadownload/index.vue index 3659b97..6bcde37 100644 --- a/src/views/routine/classmetting/cadownload/index.vue +++ b/src/views/routine/classmetting/cadownload/index.vue @@ -4,10 +4,15 @@ + + + + + + clearable filterable @change="handleChangeQuery"> - \ No newline at end of file + \ 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 c99965c..a6829f0 100644 --- a/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue +++ b/src/views/stuCQS/synchronous-data/sync-instructor/syncTeacher.vue @@ -1,5 +1,15 @@