diff --git a/src/pages/Worker/Card/WorkerCalendarFilter.vue b/src/pages/Worker/Card/WorkerCalendarFilter.vue
index f0e2d758a..32edaa6e9 100644
--- a/src/pages/Worker/Card/WorkerCalendarFilter.vue
+++ b/src/pages/Worker/Card/WorkerCalendarFilter.vue
@@ -166,50 +166,44 @@ const yearList = ref(generateYears());
}}
-
-
-
-
-
-
-
-
-
-
- # {{ scope.opt?.businessFk }}
-
- {{ toDateFormat(scope.opt?.started) }} -
- {{
- scope.opt?.ended
- ? toDateFormat(scope.opt?.ended)
- : 'Indef.'
- }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ # {{ scope.opt?.businessFk }}
+
+ {{ toDateFormat(scope.opt?.started) }} -
+ {{
+ scope.opt?.ended
+ ? toDateFormat(scope.opt?.ended)
+ : 'Indef.'
+ }}
+
+
+
+
+
+
route.params.id);
@@ -84,6 +85,7 @@ function reloadData() {
initialData.value.deviceProductionFk = null;
initialData.value.simFk = null;
tableRef.value.reload();
+ getAvailablePdaRef.value.fetch();
}
async function fetchDocuware() {
@@ -135,6 +137,7 @@ async function deallocatePDA(deviceProductionFk) {
);
delete tableRef.value.CrudModelRef.formData[index];
notify(t('PDA deallocated'), 'positive');
+ await getAvailablePdaRef.value.fetch();
}
function isSigned(row) {
@@ -144,6 +147,7 @@ function isSigned(row) {
(deviceProductions = data)"
auto-load