diff --git a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue index 278b606..0065be6 100644 --- a/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue +++ b/src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue @@ -163,6 +163,7 @@ export default { // 增加接口返回值校验,避免res.msg不存在导致的二次报错 if (res.code == 200) { this.$modal.msgSuccess('同步完成') + this.getList() } //this.getList() // 仅接口正常返回时刷新列表 } catch (error) { diff --git a/src/views/stuCQS/synchronous-data/sync-class/syncBj.vue b/src/views/stuCQS/synchronous-data/sync-class/syncBj.vue index 2ac688a..db8a609 100644 --- a/src/views/stuCQS/synchronous-data/sync-class/syncBj.vue +++ b/src/views/stuCQS/synchronous-data/sync-class/syncBj.vue @@ -150,6 +150,7 @@ export default { // 增加接口返回值校验,避免res.msg不存在导致的二次报错 if (res.code == 200) { this.$modal.msgSuccess('同步完成') + this.getList() } //this.getList() // 仅接口正常返回时刷新列表 } catch (error) {