Browse Source

Revert "Pull request #2280: REPORT-56962 文件控件取值过滤掉失败文件"

This reverts commit 2c85ee7434, reversing
changes made to 362ba4c4ff.
es6
iapyang 3 years ago
parent
commit
436926b3bf
  1. 6
      src/base/single/input/file.js

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

Loading…
Cancel
Save