weimingfei
8 天以前 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a
admin/src/views/system/publicMsg.vue
@@ -143,11 +143,11 @@
    clear() {
      this.pagination.page = 1
      this.filters = {}
      this.getList()
      this.getList(1)
    },
    handleSizeChange(capacity) {
      this.pagination.pageSize = capacity
      this.getList()
      this.getList(1)
    }
  }
}