remove redundant reloads

This commit is contained in:
wh1te909
2020-10-26 02:02:42 +00:00
parent e0c06854f7
commit acce76a843

View File

@@ -561,8 +561,6 @@ export default {
.dispatch("toggleMaintenaceMode", data)
.then(response => {
this.$q.notify(notifySuccessConfig(text));
this.$store.commit("destroySubTable");
this.$store.dispatch("loadTree");
this.$emit("refreshEdit");
})
.catch(error => {