lrj
2025-10-02 f04f35b562760afbac0c477357e2a29f77aec3b9
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) {
      // 编辑模式:填充表单数据