uncomment

This commit is contained in:
wh1te909 2020-06-01 05:58:52 +00:00
parent 37acdaa665
commit 4f71f4830c
1 changed files with 1 additions and 1 deletions

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);