parent
d1c2e4aaa0
commit
d2e6b17a26
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ async function choose() {
|
|||
file = fileResponse[0];
|
||||
emit('update:modelValue', {
|
||||
...props.modelValue,
|
||||
fileId: fileResponse.id,
|
||||
fileId: file.id,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue