mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
问答报错
This commit is contained in:
@@ -76,10 +76,11 @@
|
||||
if(!data.id){
|
||||
return;
|
||||
}
|
||||
if(item.info.deleted){
|
||||
if(data.deleted){
|
||||
this.$message.warning("此问题已删除");
|
||||
return;
|
||||
}
|
||||
|
||||
this.$router.push({ path: '/qa/answer', query: { id: data.id } });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user