刷新条件

This commit is contained in:
2025-12-11 13:45:26 +08:00
parent b52659df6c
commit 4ace3c9f27
2 changed files with 6 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ class SitePage extends GetView<SiteController> {
),
ElevatedButton.icon(
onPressed: () {
controller.fetchReservationData();
controller.renderData();
},
icon: const Icon(Icons.refresh, size: 16),
label: const Text('刷新'),