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)