diff --git a/src/layout/components/BackPlayground.vue b/src/layout/components/BackPlayground.vue index a2ea7782d..96b0c5342 100644 --- a/src/layout/components/BackPlayground.vue +++ b/src/layout/components/BackPlayground.vue @@ -13,6 +13,7 @@ export default { diff --git a/src/views/users/List.vue b/src/views/users/List.vue index 2aca8ab9a..244944050 100644 --- a/src/views/users/List.vue +++ b/src/views/users/List.vue @@ -3,11 +3,12 @@ { this.tableData = response.results this.total = response.count + this.listLoading = false }) } }