同步学生信息修改

This commit is contained in:
2026-01-06 15:46:04 +08:00
parent 2ebdd36009
commit 51b24f02db
5 changed files with 54 additions and 23 deletions

View File

@@ -103,8 +103,6 @@ export default {
// 增加接口返回值校验避免res.msg不存在导致的二次报错
if (res.code == 200) {
this.$modal.msgSuccess('同步完成')
} else {
this.$modal.msgError('同步失败')
}
//this.getList() // 仅接口正常返回时刷新列表
} catch (error) {