fix:修改阻止重复点击按钮无效的问题

This commit is contained in:
zhangyu
2020-12-21 16:29:41 +08:00
parent 7e729dc98e
commit 23c2e5ffd4

View File

@@ -223,8 +223,8 @@
}
});
} else {
this.prevent_opt.save=false;
this.$post('alert/rule', this.editAlertRule).then(response => {
this.prevent_opt.save=false;
if (response.code === 200) {
this.$message({duration: 1000, type: 'success', message: this.$t("tip.saveSuccess")});
this.esc(true);