From 4f30b4e40f77f00723802f6b08387846ef874129 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Wed, 30 Mar 2022 19:48:23 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=85=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/panel/list/EditPanel/index.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/frontend/src/views/panel/list/EditPanel/index.vue b/frontend/src/views/panel/list/EditPanel/index.vue
index cac5c1826b..252483d93c 100644
--- a/frontend/src/views/panel/list/EditPanel/index.vue
+++ b/frontend/src/views/panel/list/EditPanel/index.vue
@@ -3,7 +3,7 @@
{{ $t('panel.custom') }}
-
+ {{ $t('panel.import_template') }}
{{ $t('panel.copy_template') }}
@@ -23,7 +23,7 @@
-
+
{{ $t('commons.cancel') }}
{{ $t('commons.confirm') }}
@@ -168,6 +168,7 @@ export default {
this.editPanel.panelInfo.name = this.importTemplateInfo.name
this.editPanel.panelInfo.panelStyle = this.importTemplateInfo.panelStyle
this.editPanel.panelInfo.panelData = this.importTemplateInfo.panelData
+ this.editPanel.panelInfo.dynamicData = this.importTemplateInfo.dynamicData
}
reader.readAsText(file)
},