Browse Source

小修改

liuhj 4 years ago
parent
commit
4c3c9de3c2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/system/events/index.vue

+ 0 - 1
src/views/system/events/index.vue

@@ -263,7 +263,6 @@ export default {
       listEvents(this.queryParams).then(response => {
         this.eventsList = response.rows;
         this.total = response.total;
-        this.total = response.contents;
         this.loading = false;
       });
     },