load dashboard

This commit is contained in:
mmrbnjd
2024-07-30 12:14:36 +03:30
parent a1a6076035
commit ca8a35a68e
6 changed files with 77 additions and 73 deletions

View File

@@ -179,7 +179,11 @@
if (result.Action == ComponentAction.add)
{
if (result.Status == ComponentStatus.success)
{
ShowSuccessAlert("سفارش پرداخت شد");
await fv.LoadDashBoard(true);
}
}
else if (result.Action == ComponentAction.delete)