更新页面
This commit is contained in:
@@ -60,12 +60,10 @@ export default {
|
||||
let pathInfo = this.$router.resolve({
|
||||
path: '/ProjectDetail',
|
||||
query:{
|
||||
id:id,
|
||||
refresh:true
|
||||
id:id, refresh: true
|
||||
}
|
||||
})
|
||||
window.open(pathInfo.href, '_self');
|
||||
this.$router.go(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user