diff --git a/src/layout/components/GenericListTable/index.vue b/src/layout/components/GenericListTable/index.vue
index 34666225c..d7c360363 100644
--- a/src/layout/components/GenericListTable/index.vue
+++ b/src/layout/components/GenericListTable/index.vue
@@ -10,10 +10,6 @@ export default {
components: {
ListTable
},
- computed: {
- },
- created() {
- },
methods: {
reloadTable() {
this.$refs.ListTable.reloadTable()
@@ -22,9 +18,8 @@ export default {
}
-
diff --git a/src/views/assets/Platform/PlatformList.vue b/src/views/assets/Platform/PlatformList.vue
index 253e2af12..8b27f3a22 100644
--- a/src/views/assets/Platform/PlatformList.vue
+++ b/src/views/assets/Platform/PlatformList.vue
@@ -7,7 +7,7 @@
@tab-click="changeMoreCreates"
>
-
+
@@ -124,6 +124,9 @@ export default {
return `/api/v1/assets/platforms/?category=${this.tab.activeMenu}`
}
},
+ activated() {
+ this.$refs.genericListTable.reloadTable()
+ },
async mounted() {
try {
await this.setCategoriesTab()