From 436926b3bf8c80690e48ebfec85ab2f35da8ac65 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 16 Nov 2021 10:44:27 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Pull=20request=20#2280:=20REPORT-5696?= =?UTF-8?q?2=20=E6=96=87=E4=BB=B6=E6=8E=A7=E4=BB=B6=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=8E=89=E5=A4=B1=E8=B4=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2c85ee7434c363ba3b2d7a3ad373d5ed31157502, reversing changes made to 362ba4c4fffef78b8e1018b33456669c64053ff5. --- src/base/single/input/file.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/base/single/input/file.js b/src/base/single/input/file.js index 55ce415e4..904fbfcf5 100644 --- a/src/base/single/input/file.js +++ b/src/base/single/input/file.js @@ -668,11 +668,7 @@ }, getValue: function () { - return this.wrap - ? BI.filter(this.wrap.attach_array, function (index, attach) { - return attach.attach_id; - }) - : []; + return this.wrap ? this.wrap.attach_array : []; }, getQueue: function () {