对接文档翻译
This commit is contained in:
@@ -276,7 +276,12 @@
|
||||
},
|
||||
viewClick(row) {
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/documentTranslationResults'
|
||||
path: '/documentTranslationResults',
|
||||
query: {
|
||||
targetFileId: row.targetFileId,
|
||||
sourceFileId: row.sourceFileId,
|
||||
fileName: row.fileName
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user