chore: 去除冗余的debug输出

This commit is contained in:
2025-08-30 13:43:03 +08:00
parent c36ab77318
commit 530051fc2a
2 changed files with 0 additions and 2 deletions

View File

@ -144,7 +144,6 @@ onMounted(async () => {
...item, ...item,
} }
} }
console.log('Fetched Production:', production.value)
} catch (error) { } catch (error) {
console.error('Failed to fetch production:', error) console.error('Failed to fetch production:', error)
} finally { } finally {

View File

@ -79,7 +79,6 @@ onMounted(async () => {
}, },
locale: strapiLocale, locale: strapiLocale,
}) })
console.log('Fetched productions:', response.data)
productions.value = response.data.map((item: Production) => ({ productions.value = response.data.map((item: Production) => ({
...item, ...item,
// 保持 production_type 原始类型,兼容对象或字符串 // 保持 production_type 原始类型,兼容对象或字符串