|
@@ -68,8 +68,8 @@ const fileTypeList = ref([])
|
|
|
const getFileType = () => {
|
|
const getFileType = () => {
|
|
|
$api
|
|
$api
|
|
|
.getUploadType({
|
|
.getUploadType({
|
|
|
- transport_mode: 'sea',
|
|
|
|
|
- _schemas: 'public'
|
|
|
|
|
|
|
+ transport_mode: props.data?.transport_mode,
|
|
|
|
|
+ _schemas: props.data?._schemas
|
|
|
})
|
|
})
|
|
|
.then((res: any) => {
|
|
.then((res: any) => {
|
|
|
fileTypeList.value = res.data?.['File Type']
|
|
fileTypeList.value = res.data?.['File Type']
|