remove unwatnted code

This commit is contained in:
yogesh_gohil
2019-11-16 14:10:27 +05:30
parent adbc04846c
commit 09c03af9f8

View File

@ -180,11 +180,6 @@ export default {
return `/invoices/pdf/${this.invoice.unique_hash}`
}
},
watch: {
'$route.params.id' (val) {
this.invoice()
}
},
created () {
this.loadInvoices()
this.onSearched = _.debounce(this.onSearched, 500)