Fix: 优化请求结构
This commit is contained in:
@ -95,9 +95,7 @@ onMounted(async () => {
|
||||
production.value = {
|
||||
...item,
|
||||
}
|
||||
console.log('Production details:', production.value)
|
||||
}
|
||||
console.log('Parsed production:', production.value?.production_specs)
|
||||
} catch (error) {
|
||||
console.error('Failed to fetch production:', error)
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user