mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
已加上删除判断
This commit is contained in:
@@ -124,6 +124,13 @@
|
||||
if(code==''|| code==undefined){return '';}
|
||||
return this.orgDomainMap.get(code);
|
||||
},
|
||||
jumpDetail(item){
|
||||
if(item.info.deleted){
|
||||
this.$message.warning("此案例已删除");
|
||||
return;
|
||||
}
|
||||
this.$router.push('/case/detail?id='+item.contentId)
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user