diff --git a/app/components/content/sep/list.vue b/app/components/content/sep/list.vue
index a416528f..09ab7750 100644
--- a/app/components/content/sep/list.vue
+++ b/app/components/content/sep/list.vue
@@ -49,7 +49,7 @@ provide('rec_item', recItem)
provide('table_data_loader', isLoading)
watch(
- () => recAction.value,
+ [recId, recAction],
() => {
if (recAction.value === 'showConfirmDel') {
open.value = true
@@ -147,7 +147,10 @@ onMounted(() => {
Nama Pasien: {{ sepData.patientName }}
-