-
+
-
+
@@ -105,7 +88,7 @@ async function remove({ id }) {
{{ t('claim.rma.user') }}
- {{ row.worker.user.name }}
+ {{ row?.worker?.user?.name }}
@@ -131,7 +114,7 @@ async function remove({ id }) {
round
color="orange"
icon="vn:bin"
- @click="confirmRemove(row.id)"
+ @click="claimRmaRef.remove([row])"
>
{{ t('globals.remove') }}
@@ -141,24 +124,11 @@ async function remove({ id }) {
-
+
-