Browse Source

Pull request #2282: 无JIRA任务 回退

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '436926b3bf8c80690e48ebfec85ab2f35da8ac65':
  Revert "Pull request #2280: REPORT-56962 文件控件取值过滤掉失败文件"
es6
Teller 3 years ago
parent
commit
4e4c2d7746
  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