修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-11 17:32:22 +08:00
parent 74756b1e18
commit 58a627eca1
2 changed files with 56 additions and 5 deletions
@@ -354,10 +354,13 @@
window.open(newUrl.href, '_blank')
},
initiatingProcessClick() {
let newUrl = this.$router.resolve({
path: '/initiateDocumentComparison'
this.$router.push({
path:'/initiateDocumentComparison'
})
window.open(newUrl.href, '_blank')
// let newUrl = this.$router.resolve({
// path: '/initiateDocumentComparison'
// })
// window.open(newUrl.href, '_blank')
},
deleteData(val) {
let _this = this