build version 300

This commit is contained in:
raishvaria
2020-01-06 12:02:12 +05:30
parent ac96721e87
commit 586dcdea0d
6 changed files with 10 additions and 10 deletions

View File

@ -391,7 +391,7 @@ export default {
} else {
let data = {
...this.formData,
payment_method_id: this.formData.payment_method.id,
payment_method_id: this.formData.payment_method ? this.formData.payment_method.id : null,
payment_date: moment(this.formData.payment_date).format('DD/MM/YYYY')
}
this.isLoading = true