更新页面

This commit is contained in:
2023-07-06 14:00:59 +08:00
parent 9017864f82
commit 5d0c1856a4
2 changed files with 28 additions and 12 deletions

View File

@@ -58,7 +58,8 @@ export default {
let pathInfo = this.$router.resolve({
path: '/ProjectDetail',
query:{
id:id
id:id,
refresh:true
}
})
window.open(pathInfo.href, '_self');