reghao пре 3 месеци
родитељ
комит
75a33d78f5
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/views/admin/Dashboard.vue

+ 1 - 2
src/views/admin/Dashboard.vue

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