chore: 去除冗余的debug输出
This commit is contained in:
@ -79,7 +79,6 @@ onMounted(async () => {
|
||||
},
|
||||
locale: strapiLocale,
|
||||
})
|
||||
console.log('Fetched productions:', response.data)
|
||||
productions.value = response.data.map((item: Production) => ({
|
||||
...item,
|
||||
// 保持 production_type 原始类型,兼容对象或字符串
|
||||
|
||||
Reference in New Issue
Block a user