From 3192129ee787dddc00bef4dc5a3b4b8a80a7ff30 Mon Sep 17 00:00:00 2001 From: "Jimmy.Chai" Date: Mon, 11 Mar 2024 17:57:44 +0800 Subject: [PATCH] =?UTF-8?q?BI-143833=20fix:=20=E5=85=A8=E9=80=89=E6=97=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8F=98=E5=8C=96=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E7=BB=84=E4=BB=B6=E4=B8=8D=E4=BC=9A=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fineui/src/widget/multiselect/multiselect.insert.combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fineui/src/widget/multiselect/multiselect.insert.combo.js b/packages/fineui/src/widget/multiselect/multiselect.insert.combo.js index 528bba62e..25ebc9feb 100644 --- a/packages/fineui/src/widget/multiselect/multiselect.insert.combo.js +++ b/packages/fineui/src/widget/multiselect/multiselect.insert.combo.js @@ -220,7 +220,7 @@ export class MultiSelectInsertCombo extends Single { o.itemsCreator(op, ob => { callback(ob); // 全选时数据变化,配置需要同步 - if (this.storeValue.type === Selection.All && size(ob.items) !== size(this.storeValue.assist)) { + if (op.times === 1 &&this.storeValue.type === Selection.All && size(ob.items) !== size(this.storeValue.assist)) { this._dataChange = true; this.storeValue.assist = map(ob.items, 'value'); this._adjust(() => {