main #258

Merged
qinqing merged 12 commits from main into qinqing_dev 2024-09-24 15:36:44 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 87a50c397f - Show all commits

View File

@ -302,7 +302,7 @@
addClasses({classIds:classids.value.join(','),userId:userStore.userId}).then(res => {
if (res.code === 200) {
dialogVisible.value = false
ElMessage({x
ElMessage({
message: res.msg,
type: 'success',
})