From 633ed68f9265a4d08ca9f8e0f1b9464d4d624fc3 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Wed, 5 Apr 2023 08:49:36 +0800 Subject: [PATCH] =?UTF-8?q?Demo:=E5=AF=BC=E5=85=A5=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=90=8E=E5=A4=8D=E4=BD=8D=E7=94=BB=E5=B8=83=E5=8F=98=E6=8D=A2?= =?UTF-8?q?=E6=95=88=E6=9E=9C,=E8=A7=A3=E5=86=B3=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=90=8E=E6=96=B0=E8=8A=82=E7=82=B9=E5=9C=A8=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E5=A4=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Edit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index 751abfbe..f97921c8 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -336,6 +336,7 @@ export default { } else { this.mindMap.setData(data) } + this.mindMap.view.reset() // this.manualSave() },