feature(资料中心): 打开新页签跳转详情

This commit is contained in:
zyn
2024-02-04 16:01:23 +08:00
parent b3df9c6b60
commit 3207415b53
@@ -850,13 +850,14 @@ export default {
this.sideClose = !this.sideClose
},
toDetail (row) {
this.$router.push({
const routerUrl = this.$router.resolve({
name: 'dataCenterDetail',
query: {
id: row.id,
treeId: this.treeId
}
});
window.open(routerUrl.href, '_blank');
},
beginImportFile (file) {
const filename = file.name