mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
navigation fix
This commit is contained in:
@@ -75,7 +75,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goToCompany() {
|
||||
this.$router.push({name: 'ClientDetail', params: {id: this.item.id}})
|
||||
this.$router.push({name: 'ClientDetail', params: {id: this.item.client_id}})
|
||||
events.$emit('file-preview:hide')
|
||||
this.isVisible = false
|
||||
},
|
||||
downloadItem() {
|
||||
if (this.clipboard.length > 1)
|
||||
|
||||
Reference in New Issue
Block a user