Browse Source

Pull request #3624: 无JIRA fix: this指向问题

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

* commit '14a3933b78447cfcaa20aa7848382a993b697a5e':
  无JIRA fix: this指向问题
research/test
Dailer-刘荣歆 1 year ago
parent
commit
226babde84
  1. 2
      packages/fineui/src/base/single/input/file.js

2
packages/fineui/src/base/single/input/file.js

@ -541,7 +541,7 @@ export class File extends Widget {
// We can still show some information // We can still show some information
} }
this.fireEvent(File.EVENT_PROGRESS, { this.fireEvent(File.EVENT_PROGRESS, {
file: this.file, file: _wrap.file,
total: rpe.total, total: rpe.total,
loaded: rpe.loaded, loaded: rpe.loaded,
simulation: rpe.simulation, simulation: rpe.simulation,

Loading…
Cancel
Save