From 659fb8cb34381019f61f9ee0189a7579f0535483 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Wed, 24 Dec 2025 17:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E6=A3=80=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/report/BtnReport.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index f6c98db..0490986 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -469,6 +469,7 @@ export default { console.log('toOutShell', jsonToOutShell) let res = await this.$peisAPI.upLoadReportPdf(jsonToOutShell) if (JSON.parse(res).code < 0) { + this.$message.error({ showClose: true, message: res.message }); console.log('$peisAPI.upLoadReportPdf err', res) } else { // 上传成功 ,更新上传传状态