Fix: reset editMonitor after save

This commit is contained in:
Nelson Chan
2021-09-13 14:12:17 +08:00
parent 73f4b8e177
commit 9b5abf9bb1
+2 -1
View File
@@ -347,7 +347,8 @@ export default {
this.$root.getSocket().emit("editMonitor", this.monitor, (res) => {
this.processing = false;
this.$root.toastRes(res)
this.$root.toastRes(res);
this.init();
})
}
},