k94314517
2025-04-02 bb48c066cc11f571be02eb0dc7f9ef26dd3151ca
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)
    }
  }
}