远程固件升级成功后 清空选项框

This commit is contained in:
BOOL\25024
2024-10-18 14:34:26 +08:00
parent 2196fbf8d8
commit 049b3662a5

View File

@@ -76,6 +76,7 @@ export default {
if (response.code === 200) {
this.$modal.msgSuccess("升级成功");
this.dialogTableVisible = false;
this.templateRadioId = "";
}
});
},