doum
2025-10-09 bc09bc87234065abe7130b84c92f81f143f5f3e7
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)
    }
  }
}