布局文档对比

This commit is contained in:
qq787203167
2022-07-18 15:23:19 +08:00
parent 792a21ffaf
commit 85dd97d8f5
6 changed files with 194 additions and 1 deletions
@@ -261,7 +261,7 @@
},
initiatingProcessClick(){
let newUrl = this.$router.resolve({
path: '/documentDataComparison',
path: '/comparisonResults',
})
window.open(newUrl.href, '_blank')
},