对接文档翻译

This commit is contained in:
qq787203167
2022-07-27 13:58:17 +08:00
parent 6d1e14bd5a
commit f0d12ff4b4
2 changed files with 49 additions and 106 deletions
@@ -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')
},