|
@@ -124,9 +124,8 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
getData() {
|
|
getData() {
|
|
|
const role = store.getters.roles[0]
|
|
const role = store.getters.roles[0]
|
|
|
- console.log(role)
|
|
|
|
|
if (role.startsWith(this.rolePrefix)) {
|
|
if (role.startsWith(this.rolePrefix)) {
|
|
|
- this.this.devops = true
|
|
|
|
|
|
|
+ this.devops = true
|
|
|
this.getDevopsDashboard()
|
|
this.getDevopsDashboard()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|