撤回 跳转

This commit is contained in:
lmj
2022-06-07 18:34:09 +08:00
parent e0b5531714
commit 5efe874e99

View File

@@ -50,7 +50,18 @@ export default {
}
}
},
mounted:{
methods:{
jumpRouter(item){
if(this.type!='myShare'){
apiShares.updateIsRead(item.id).then(res=>{
if(res.status==200){
this.$emit('confirm',item)
}
})
}
this.$router.push({path:'/case/detail',query:{id:item.cases.id}})
// window.open(`${this.webBaseUrl}/article/detail?id=${item.objId}`)
},
deleteshares(item){
this.$emit('confirm',item)
},