From 2d5eec7c56745ffae7689bad6ddff999402f13ca Mon Sep 17 00:00:00 2001 From: 15976874561 <2553956742@qq.com> Date: Wed, 21 Jan 2026 21:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=AD=A6=E7=94=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stuCQS/synchronous-data/studentinfo/syncStudent.vue | 1 + src/views/stuCQS/synchronous-data/sync-class/syncBj.vue | 1 + 2 files changed, 2 insertions(+) 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) {