Browse Source

Merge pull request #95523 in DEC/fineui from master to feature/x

* commit '9f258268eab414d57d643674fc38bd689bbb48d2':
  无JIRA 牵一发而动全身,先回滚
es6
superman 2 years ago
parent
commit
717cb5769f
  1. 3
      src/core/4.widget.js

3
src/core/4.widget.js

@ -739,12 +739,13 @@
this.destroyed = null;
this._isDestroyed = true;
// this._purgeRef(); // 清除ref的时机还是要仔细考虑一下
this.purgeListeners();
},
_unMount: function () {
this.__destroy();
this.fireEvent(BI.Events.UNMOUNT);
this.purgeListeners();
},
_empty: function () {

Loading…
Cancel
Save