From a45b6ed8f49db875928a19d9088700b43bf71122 Mon Sep 17 00:00:00 2001 From: xuegan Date: Wed, 11 Dec 2024 11:54:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DforceUpdate=E5=A4=9A?= =?UTF-8?q?=E6=AC=A1=E8=B0=83=E7=94=A8=E6=97=B6=E6=95=B0=E6=8D=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/core/proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core/proxy.js b/packages/core/src/core/proxy.js index 22b5a571bb..a10c3c03a5 100644 --- a/packages/core/src/core/proxy.js +++ b/packages/core/src/core/proxy.js @@ -761,7 +761,7 @@ export default class MpxProxy { } setByPath(this.target, key, data[key]) }) - this.forceUpdateData = data + Object.assign(this.forceUpdateData, data) } else { this.forceUpdateAll = true }