修改禅道已知bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user