mirror of https://github.com/apache/cloudstack.git
ui: Fix Settings Tab view (#4964)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
parent
9349d20dd3
commit
92f9c9922c
|
|
@ -96,7 +96,7 @@ export default {
|
|||
filter: ''
|
||||
}
|
||||
},
|
||||
beforeMount () {
|
||||
created () {
|
||||
switch (this.$route.meta.name) {
|
||||
case 'account':
|
||||
this.scopeKey = 'accountid'
|
||||
|
|
@ -119,8 +119,6 @@ export default {
|
|||
default:
|
||||
this.scopeKey = ''
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.fetchData()
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue