From 9236c1a9b862f4b2c4fe76bc68b2ac0952b116b9 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 7 Nov 2023 16:46:18 +0800 Subject: [PATCH] =?UTF-8?q?78220=20=E6=94=BF=E7=AD=96=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E8=B5=84=E6=96=99--=E6=96=B0=E5=A2=9E=E6=97=B6=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryMaterials/components/editDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/policyRegulation/regulatoryMaterials/components/editDrawer.vue b/src/pages/policyRegulation/regulatoryMaterials/components/editDrawer.vue index d0dd8109b..0917db21a 100644 --- a/src/pages/policyRegulation/regulatoryMaterials/components/editDrawer.vue +++ b/src/pages/policyRegulation/regulatoryMaterials/components/editDrawer.vue @@ -243,7 +243,7 @@ export default { this.form[field] = val.join(',') }, add (treeNodeId) { - this.form = this.initForm + this.form = { ...this.initForm } this.form.treeNodeId = treeNodeId this.title = '新增' this.showDrawer = true