feat:asset 详细视图添加

This commit is contained in:
zhangyu
2021-10-14 14:14:25 +08:00
parent cfca72366c
commit 4e501cfc11
10 changed files with 73 additions and 30 deletions

View File

@@ -96,7 +96,7 @@ export default {
})
}
if (this.detailType === 'view') {
this.$refs.dataTable.$refs.dataTable.scrollTop = 0
this.$refs.dataDetail.$refs.dataTable.scrollTop = 0
}
}
})