fix: remove unnecessary dispatch

This commit is contained in:
weichien
2021-05-23 15:41:32 +08:00
parent 9b0213c5af
commit e392f57df5
@@ -6,7 +6,6 @@ export default {
successHandler(response){
this.closeModal();
this.formHandler('');
//this.$store.dispatch('updateProfile', {fullname:response.payload.data.name});
},
errorHandler(error){
console.log("error" ,error);