fix: [FE] reset recipient detail form after create new recipient

This commit is contained in:
weichien
2021-04-02 00:20:02 +08:00
parent ee3c831d8b
commit 13d7707cef
@@ -159,6 +159,7 @@
successHandler(response){
this.type !== 2 ? this.closeModal() : this.$emit('createdBank', response.payload.data);
this.formHandler();
this.resetForm();
},
errorHandler(error){
this.formHandler(error.message);