From a37c95a30e22aa1729edb0667e32aaf717ed2bf9 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 11 Apr 2024 20:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E4=B8=8A=E4=BC=A0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/evaluation/evaluationUpload.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/evaluation/evaluationUpload.vue b/src/views/evaluation/evaluationUpload.vue index 538365a7..65af4aaf 100644 --- a/src/views/evaluation/evaluationUpload.vue +++ b/src/views/evaluation/evaluationUpload.vue @@ -1336,6 +1336,9 @@ import {timeoutUpload} from "@/api/configPublic"; state.failedId = file.response.data.failedId state.bg_results = true state.uploadDownLoad = false + }else{ + console.log(file.response,'错误消息') + state.uploadDownLoad = false } if(state.stateUpload){ state.uploadList = fileList.slice(-1)