From fd09cb12a4bc68838752060857a3492f63c57f14 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 18 Jul 2022 17:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056449=20=E8=B5=84?= =?UTF-8?q?=E6=96=99=E4=B8=AD=E5=BF=83-=E7=BB=93=E6=9E=84=E6=A0=91?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B9=8B=E5=90=8E=20=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20=E5=B7=A6=E4=BE=A7=E6=A0=91=E7=8A=B6?= =?UTF-8?q?=E5=9B=BE=E4=B8=A2=E5=A4=B1=20=E7=BC=96=E8=BE=91=E6=97=B6?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/dataCenter/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index 624b7616d..a7fd987fc 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -511,7 +511,7 @@ export default { update(data) { this.modalType = 2 this.productModal = true - this.productModelAdd = data + this.productModelAdd = JSON.parse(JSON.stringify(data)); // 取消所有的选中效果 this.productTitle = '编辑目录' // const newChild = { id: this.id++, label: 'testtest', children: [] };