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