合并
This commit is contained in:
@ -60,7 +60,7 @@ const props = defineProps({
|
||||
const uploadParams = computed(() => {
|
||||
return {
|
||||
catalogueId: props.catalogueId,
|
||||
projectId: currentProject.value.id
|
||||
projectId: currentProject.value?.id
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user