From 4696666ceee261a63ddc7f8c1b8af7afba185385 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 8 Mar 2024 10:56:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20?= =?UTF-8?q?=E5=BD=93=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86=E6=96=B0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E7=B1=BB=E6=88=90=E5=8A=9F=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=88=97=E8=A1=A8=E4=B8=AD=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=96=B0=E6=B7=BB=E5=8A=A0=E7=9A=84=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/template/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/template/index.vue b/core/core-frontend/src/views/template/index.vue index 8b0cf1a500..d2643c48ab 100644 --- a/core/core-frontend/src/views/template/index.vue +++ b/core/core-frontend/src/views/template/index.vue @@ -479,12 +479,12 @@ const saveTemplateEdit = templateEditForm => { templateEditFormRef.value.validate(valid => { if (valid) { save({ ...templateEditForm }).then(response => { - state.currentTemplateLabel = templateEditForm.name ElMessage({ message: '添加成功', type: 'success', showClose: true }) + state.currentTemplateId = null getTree() close() })