uncomment

This commit is contained in:
wh1te909
2020-06-01 05:58:52 +00:00
parent 1224087ca3
commit a2f16e9944

View File

@@ -55,7 +55,7 @@ export default {
axios
.post("/clients/clients/", this.client)
.then(r => {
//this.$emit("close");
this.$emit("close");
this.$store.dispatch("loadTree");
this.$store.dispatch("getUpdatedSites");
this.notifySuccess(r.data);