jiangping
2025-03-27 e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39
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)
    }
  }
}