liuhj 4 سال پیش
والد
کامیت
4c3c9de3c2
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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;
       });
     },