更新页面

This commit is contained in:
2023-07-09 10:21:19 +08:00
parent d06d06ada3
commit fd74c0479f
2 changed files with 1 additions and 6 deletions

View File

@@ -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);
}
}
}