lifanagju_citu il y a 5 mois
Parent
commit
7da4c2c0c6

+ 1 - 2
src/views/recruit/personal/PersonalCenter/resume/online/index.vue

@@ -130,8 +130,7 @@ const handleImportAttachment = () => {
   showAttachment.value = true
 }
 
-// const result = ref(JSON.parse(JSON.stringify(dataObj)))
-const result = ref({})
+const result = ref({}) // ref(JSON.parse(JSON.stringify(dataObj))) // 测试
 const fileUrl = ref('')
 const showAnalysis = ref(false)
 const handleAttachmentSubmit = async (val) => {