mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
已加上删除判断
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
},
|
||||
methods:{
|
||||
jumpDetail(item){
|
||||
if(item.info.deleted){
|
||||
this.$message.warning("此笔记已删除");
|
||||
return;
|
||||
}
|
||||
this.$router.push('/course/detail?id='+item.info.courseId)
|
||||
},
|
||||
emitHide(id) {
|
||||
|
||||
Reference in New Issue
Block a user