web/src/components/JudgeFormSimple.vue
@@ -233,8 +233,6 @@ // 监听评委数据变化,填充表单 watch(() => props.judgeData, (data) => { console.log('🔍 Watch triggered, judgeData:', data) console.log('🔍 isEdit computed:', isEdit.value) nextTick(async () => { if (data && data.id) { // 编辑模式:填充表单数据