From ad1a7ca76aac38637b1a57f406607b00452390a4 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 22 Feb 2023 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=20=E6=B2=A1=E6=9C=89=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/webSSHNew.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/cli/webSSHNew.vue b/nezha-fronted/src/components/cli/webSSHNew.vue index 5496fe463..e16c6a5b1 100644 --- a/nezha-fronted/src/components/cli/webSSHNew.vue +++ b/nezha-fronted/src/components/cli/webSSHNew.vue @@ -692,6 +692,7 @@ export default { const obj = JSON.parse(JSON.stringify(item)) obj.terminal.uuid = res.data.uuid obj.name = newTabName + this.editableTabsValue = newTabName this.editableTabs.push(obj) } else { this.$message.error(res.msg)