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