From a3f03925699e4bf392e1eeed128781bb8a683f75 Mon Sep 17 00:00:00 2001 From: rdpnr_hemingxia Date: Fri, 11 Apr 2025 18:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/manage/delivery/import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html index 9faa86b2..b844a52c 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html @@ -106,7 +106,7 @@ $.table.init(options); if (data.code === 0) { $.modal.msgSuccess('上传成功'); } else { - $.modal.msgError(data.msg); + $.modal.msgError(data.msg||'导入失败'); } $('#uploadInput').val('')