From 36b5aba5f45c602c7b6218956d6b7092d88cef18 Mon Sep 17 00:00:00 2001 From: Lee94 Date: Wed, 25 May 2022 16:35:48 +0800 Subject: [PATCH] JSY-17350 --- src/base/single/input/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/input/file.js b/src/base/single/input/file.js index 802e8472f..ac5037b9a 100644 --- a/src/base/single/input/file.js +++ b/src/base/single/input/file.js @@ -568,7 +568,7 @@ }); } else if (wrap.maxSize !== -1 && size && wrap.maxSize < size) { // 文件大小不支持 - BI.Msg.toast(BI.i18nText("BI-Upload_File_Size_Error"), { level: "error" }); + BI.Msg.toast(BI.i18nText("BI-Upload_File_Size_Error", wrap.maxSize), { level: "error" }); self.fireEvent(BI.File.EVENT_ERROR, { errorType: 1, file: item