fix(profile/insignia): note not assign on edit
This commit is contained in:
parent
9df2809282
commit
3dba549c1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue