admin/src/views/client/category.vue
@@ -97,7 +97,7 @@ }).then(res => { this.loading = false this.dataList = res.records || [] this.pagination.total = res.total || 0 this.tableData.pagination.total = res.total || 0 }, () => { this.loading = false })