jiangping
2025-05-07 c3aaf28f7316cce12eec007a9f85a96cbcddeec2
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)
    }
  }
}