fix(profile/insignia): note not assign on edit

This commit is contained in:
Methapon2001 2024-03-12 11:52:38 +07:00
parent 9df2809282
commit 3dba549c1c

View file

@ -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();
};