fix: Edit mode without changing value
This commit is contained in:
parent
5e1a8ffd00
commit
5b2785c75d
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ watch(currentFileSelected, () => {
|
|||
v.value.includes(currentFileSelected.value.split('-')[0]),
|
||||
) || 0;
|
||||
|
||||
.value = props.dropdownList?.[tempValue].label || 'other';
|
||||
currentMode.value = props.dropdownList?.[tempValue].label || 'other';
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue