fix(leave) : bug watch

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-07 14:18:16 +07:00
parent 7175fac96b
commit 8d22f98004

View file

@ -232,7 +232,8 @@ watch(
leaveDocumentList.value = props.data.leaveDocument;
statusCheck.value = props.data.status;
}
}
},
{ deep: true }
);
/**Hook */