mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
案例,如果密级不是内部的,不能查看
This commit is contained in:
@@ -415,7 +415,12 @@ export default {
|
||||
};
|
||||
},
|
||||
viewTopic(data) {
|
||||
if(data.confidentialityLevel=='内部'){
|
||||
this.$router.push({path:'/case/detail',query:{id:data.id}})
|
||||
}else{
|
||||
this.$message.warning("非内部密级案例不能查看");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user