提交 8fa8a869 编写于 作者: W wenyann

'修复smtp设置取消保存成功'

上级 1477e696
......@@ -168,7 +168,6 @@
this.showCancel = false;
this.showSave = false;
this.show = true;
alert(this.formInline.SSL)
let param = [
{paramKey: "smtp.host", paramValue: this.formInline.host, type: "text", sort: 1},
{paramKey: "smtp.port", paramValue: this.formInline.port, type: "text", sort: 2},
......@@ -199,6 +198,7 @@
this.showCancel = false;
this.showSave = false;
this.show = true;
this.query();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册