mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
解决提示颜色不对的问题
This commit is contained in:
@@ -170,7 +170,7 @@ export default {
|
||||
this.$message({ type: 'success', message: '删除成功!' });
|
||||
this.couresList.splice(itemIdx,1);
|
||||
}else{
|
||||
this.$message({ type: 'success', message: '删除失败!' });
|
||||
this.$message({ type: 'error', message: '删除失败!' });
|
||||
}
|
||||
})
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user