jiangping
2025-05-06 596b91470dd6a0c8a95f784ec4cda6d35161d37c
admin/src/views/system/smsMessage.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)
    }
  }
}