From 0aa6902cdb3e46687bcca5bb94117cc0e935c951 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 20 Oct 2021 17:13:15 +0800 Subject: [PATCH] =?UTF-8?q?context=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.compact.ie.js | 2 +- dist/fix/fix.compact.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index cfcb87121..e39be20dc 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -184,7 +184,7 @@ delete this.__cacheStore; }; - _.each(["_mount", "__afterMount"], function (name) { + _.each(["_rendered", "_mount", "__afterMount"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store); diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 7ac3c625b..bb660105f 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -183,7 +183,7 @@ delete this.__cacheStore; }; - _.each(["_mount", "__afterMount"], function (name) { + _.each(["_rendered", "_mount", "__afterMount"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store);