From 049b3662a59c5a59fbcf9e4161417a1ec37d7dfd Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Fri, 18 Oct 2024 14:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E5=9B=BA=E4=BB=B6=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E6=88=90=E5=8A=9F=E5=90=8E=20=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/basic/components/remoteUpgrade.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-ui/src/views/pile/basic/components/remoteUpgrade.vue b/jsowell-ui/src/views/pile/basic/components/remoteUpgrade.vue index d545e5eb2..fecccab5f 100644 --- a/jsowell-ui/src/views/pile/basic/components/remoteUpgrade.vue +++ b/jsowell-ui/src/views/pile/basic/components/remoteUpgrade.vue @@ -76,6 +76,7 @@ export default { if (response.code === 200) { this.$modal.msgSuccess("升级成功"); this.dialogTableVisible = false; + this.templateRadioId = ""; } }); },