Merge branch 'dillon/46.8-warehouse-storage-charges-fixes' into development

This commit is contained in:
Dillon Ngo
2024-02-29 17:19:40 +08:00
@@ -27,6 +27,15 @@
import componentHandler from '../../../general/mixins/componentHandler';
import ModalFormHandler from '../../../general/mixins/modalFormHandler';
export default {
methods:{
successHandler(response){
this.closeModal();
this.formHandler();
if(response.payload.data.id){
window.location.reload();
}
},
},
mixins: [componentHandler, ModalFormHandler]
}