From f20aac7430275e399a8d1699d2fa10a7bdee4271 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Oct 2022 13:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E7=BB=84=E5=AF=B9=E8=B1=A1=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/ability/components/data-resource-tranfer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/back/src/views/modules/ability/components/data-resource-tranfer.vue b/back/src/views/modules/ability/components/data-resource-tranfer.vue index 8e108348..d6a89dcc 100644 --- a/back/src/views/modules/ability/components/data-resource-tranfer.vue +++ b/back/src/views/modules/ability/components/data-resource-tranfer.vue @@ -202,6 +202,7 @@ export default { }); }); let selectedDataRight = []; + this.selectedData = JSON.parse(JSON.stringify(this.selectedData)); (this.selectedData || []).map(v => { selectedDataRight.push({ type: v.resource.type,