From 2a928f9b8267433ac90ecd5c9623f7e8f7154c35 Mon Sep 17 00:00:00 2001 From: bwcx_jzy Date: Thu, 23 Dec 2021 21:50:40 +0800 Subject: [PATCH] fix add command --- web-vue/src/pages/node/ssh/command.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web-vue/src/pages/node/ssh/command.vue b/web-vue/src/pages/node/ssh/command.vue index cacbe8a79..b22632fa9 100644 --- a/web-vue/src/pages/node/ssh/command.vue +++ b/web-vue/src/pages/node/ssh/command.vue @@ -220,6 +220,7 @@ export default { this.editCommandVisible = true; this.getAllSSHList(); this.chooseSsh = []; + this.temp = {}; this.$refs["editCommandForm"] && this.$refs["editCommandForm"].resetFields(); }, // 修改