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 () {