diff --git a/src/modules/04_registry/components/Insignia.vue b/src/modules/04_registry/components/Insignia.vue index c57a637d6..9c9af62f4 100644 --- a/src/modules/04_registry/components/Insignia.vue +++ b/src/modules/04_registry/components/Insignia.vue @@ -1356,6 +1356,7 @@ const selectData = async (props: DataProps) => { refCommandDateInput.value = props.row.refCommandDate ? convertDateDisplay(props.row.refCommandDate as Date) : ""; + note.value = props.row.note; await checkRowPage(); };