|
|
|
@ -68,6 +68,7 @@ class _SubCategorisePageState extends State<SubCategorisePage> {
|
|
|
|
ProjectViewModel projectProvider = Provider.of(context);
|
|
|
|
ProjectViewModel projectProvider = Provider.of(context);
|
|
|
|
return BaseView<PharmacyCategoriseViewModel>(
|
|
|
|
return BaseView<PharmacyCategoriseViewModel>(
|
|
|
|
onModelReady: (model) => model.getSubCategorise(i: id),
|
|
|
|
onModelReady: (model) => model.getSubCategorise(i: id),
|
|
|
|
|
|
|
|
allowAny: true,
|
|
|
|
builder: (BuildContext context, PharmacyCategoriseViewModel model,
|
|
|
|
builder: (BuildContext context, PharmacyCategoriseViewModel model,
|
|
|
|
Widget child) =>
|
|
|
|
Widget child) =>
|
|
|
|
PharmacyAppScaffold(
|
|
|
|
PharmacyAppScaffold(
|
|
|
|
|