This commit is contained in:
sjl
2026-01-06 08:35:36 +08:00
parent fd09e24cf0
commit cb19fef4c6
88 changed files with 117 additions and 135 deletions

View File

@@ -97,7 +97,7 @@ const isValidFile = (file: UploadRawFile) => {
// 上传报告
const handleExceed: UploadProps['onExceed'] = files => {
console.log('🚀 ~ files:', files)
uploadRef.value!.clearFiles()
const file = files[0] as UploadRawFile
@@ -111,7 +111,7 @@ const removeFile = (file: any, uploadFiles: any) => {
}
const submit = async () => {
console.log(123, reportPath.value[0]?.raw)
if (reportPath.value.length == 0) {
return ElMessage.warning('请上传icd文件')
}