From cc863f5611b4b099fa997127efad9e64f36f8cb4 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 13 Aug 2019 15:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20refactor:=20?= =?UTF-8?q?=E5=92=8C=E5=A4=8D=E9=80=89=E4=B8=8B=E6=8B=89=E6=A1=86=E4=B8=80?= =?UTF-8?q?=E6=A0=B7=EF=BC=8CgetValue=E5=87=BA=E6=9D=A5=E7=9A=84=E5=80=BCc?= =?UTF-8?q?lone=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/2.0/fineui.ie.js | 6 +++--- dist/2.0/fineui.js | 6 +++--- dist/bundle.ie.js | 6 +++--- dist/bundle.js | 6 +++--- dist/fineui.ie.js | 6 +++--- dist/fineui.js | 6 +++--- dist/fineui_without_jquery_polyfill.js | 6 +++--- dist/widget.js | 6 +++--- src/widget/multitree/multi.tree.combo.js | 2 +- src/widget/multitree/multi.tree.insert.combo.js | 2 +- src/widget/multitree/multi.tree.list.combo.js | 2 +- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index 887c0f8a2..d6a84b6e2 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -75846,7 +75846,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76154,7 +76154,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76470,7 +76470,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index 3b412e4e9..53c186e8b 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -76250,7 +76250,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76558,7 +76558,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76874,7 +76874,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 887c0f8a2..d6a84b6e2 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -75846,7 +75846,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76154,7 +76154,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76470,7 +76470,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/bundle.js b/dist/bundle.js index 3b412e4e9..53c186e8b 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -76250,7 +76250,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76558,7 +76558,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76874,7 +76874,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 604aa5360..cbaee3262 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -76091,7 +76091,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76399,7 +76399,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76715,7 +76715,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/fineui.js b/dist/fineui.js index 0e972bb1a..4da42b423 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -76495,7 +76495,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -76803,7 +76803,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -77119,7 +77119,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 345f17741..b56c83f04 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -59101,7 +59101,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -59409,7 +59409,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -59725,7 +59725,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/dist/widget.js b/dist/widget.js index 774d349e2..a1225b131 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -13910,7 +13910,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -14218,7 +14218,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { @@ -14534,7 +14534,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/src/widget/multitree/multi.tree.combo.js b/src/widget/multitree/multi.tree.combo.js index 228798aaf..399df7e02 100644 --- a/src/widget/multitree/multi.tree.combo.js +++ b/src/widget/multitree/multi.tree.combo.js @@ -269,7 +269,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/src/widget/multitree/multi.tree.insert.combo.js b/src/widget/multitree/multi.tree.insert.combo.js index d73716923..bedabf7fe 100644 --- a/src/widget/multitree/multi.tree.insert.combo.js +++ b/src/widget/multitree/multi.tree.insert.combo.js @@ -291,7 +291,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () { diff --git a/src/widget/multitree/multi.tree.list.combo.js b/src/widget/multitree/multi.tree.list.combo.js index b71339f13..c291e3fb2 100644 --- a/src/widget/multitree/multi.tree.list.combo.js +++ b/src/widget/multitree/multi.tree.list.combo.js @@ -299,7 +299,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { }, getValue: function () { - return this.storeValue.value; + return BI.deepClone(this.storeValue.value); }, populate: function () {