|
@@ -414,6 +414,7 @@ const handleAnalysis = async () => {
|
|
|
query.append('image', file.value)
|
|
|
message.warning('正在解析...')
|
|
|
const res = await talentLabelingApi.businessCardParse(query)
|
|
|
+ if (!openUploadImg.value) return // 用户已取消解析
|
|
|
dealData(res?.data || res)
|
|
|
openUploadImg.value = false
|
|
|
showAnalysisTable.value = true
|