lifanagju_citu преди 5 месеца
родител
ревизия
7da4c2c0c6
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/recruit/personal/PersonalCenter/resume/online/index.vue

+ 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) => {