MrShi
2025-05-12 8f1ea2f09cfb16341e91d1e96a88de898eb43f94
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)
    }
  }
}