fix translation issues in french and fix issues in estimate action

This commit is contained in:
bansarishukla
2019-11-13 19:33:31 +05:30
parent 2030ce603b
commit 35a12fd4d1
6 changed files with 39 additions and 28 deletions

View File

@ -196,7 +196,6 @@ export default {
return true
},
downloadReport () {
this.url += '&download=true'
setTimeout(() => {
this.url = `${this.siteURL}?from_date=${moment(this.formData.from_date).format('DD/MM/YYYY')}&to_date=${moment(this.formData.to_date).format('DD/MM/YYYY')}`
}, 200)