This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -122,7 +122,6 @@ const openDialog = async (row: any) => {
useMessage().error('获取详情失败')
}
} catch (err: any) {
console.error('获取详情失败', err)
useMessage().error(err.msg || '获取详情失败')
} finally {
loading.value = false
@@ -140,7 +139,6 @@ const getSchoolTermDict = async () => {
}))
}
} catch (err) {
console.error('获取学期字典失败', err)
}
}