修改搜索条件
This commit is contained in:
@@ -154,7 +154,12 @@ class SitePage extends GetView<SiteController> {
|
||||
),
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
Get.to(() => const HistoryPage());
|
||||
Get.to(
|
||||
() => HistoryPage(),
|
||||
arguments: {
|
||||
'stationName': controller.name,
|
||||
},
|
||||
);
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: Colors.blue.shade700,
|
||||
|
||||
Reference in New Issue
Block a user