lrj
1 天以前 7ad9c3c93f0cc103347ae2e2429e0122fb512e24
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) {
      // 编辑模式:填充表单数据