fix: product => map document name
This commit is contained in:
parent
64fc8522af
commit
e502153018
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ defineProps<{
|
|||
const attachment = defineModel<string[]>('attachment', { default: [] });
|
||||
|
||||
const mapName = (val: string): string => {
|
||||
const name = options.value.find((v) => v.value === val);
|
||||
const name = objectOptions.find((v) => v.value === val);
|
||||
return name ? name.label : '';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue