mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
after remarks in refund is submitted, reload to get the resource again
This commit is contained in:
@@ -47,12 +47,7 @@
|
||||
methods: {
|
||||
submitForm() {
|
||||
this.submit(this.data ? this.route('api.remark.update', this.data.id) : this.route('api.remark.create', this.id), this.data ? 'put' : 'post', this.section, true, true);
|
||||
this.$emit('submit')
|
||||
},
|
||||
successHandler(response){
|
||||
this.parameters.content = '';
|
||||
this.closeModal();
|
||||
}
|
||||
},
|
||||
mixins: [modalFormHandler]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user