报事报修list显示

pull/1/head
戴余标 2 years ago
parent 8b937fae5a
commit bae69e2caa

@ -69,7 +69,7 @@ class _WorkOrderPageState extends State<WorkOrderPage>
children: _tabs
.mapIndexed((e, index) => WorkOrderView(
refreshController: _refreshControllers[index],
index: index,
index: index==1?index:index+1,
))
.toList()),
);

Loading…
Cancel
Save