From dacac8681f270d860dd9138028c933357b42ee32 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 14 Dec 2020 19:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/base/single/input/file.js b/src/base/single/input/file.js index 75b4c7fe3..98918bd3d 100644 --- a/src/base/single/input/file.js +++ b/src/base/single/input/file.js @@ -551,7 +551,6 @@ var input = wrap.dom.input.cloneNode(true); var files = F(wrap.dom.input); if (wrap.maxLength !== -1 && wrap.maxLength < files.length) { - BI.Msg.toast(BI.i18nText("BI-Upload_File_Count_Error", wrap.maxLength), { level: "error" }); self.fireEvent(BI.File.EVENT_ERROR, { errorType: 2 });