|
|
|
@ -19,7 +19,6 @@ class ServiceReportAssistantEmployeeMenu extends StatelessWidget {
|
|
|
|
stateCode: menuProvider.stateCode,
|
|
|
|
stateCode: menuProvider.stateCode,
|
|
|
|
onRefresh: () async {
|
|
|
|
onRefresh: () async {
|
|
|
|
await menuProvider.getAssistantEmployees();
|
|
|
|
await menuProvider.getAssistantEmployees();
|
|
|
|
print("ccccccccccccccc");
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
child: AssistantEmployeeMenu(
|
|
|
|
child: AssistantEmployeeMenu(
|
|
|
|
initialStatus: initialValue,
|
|
|
|
initialStatus: initialValue,
|
|
|
|
|