Fix a problem in merge conflict done wrong

This commit is contained in:
Dillon Ngo
2024-06-22 13:53:54 +08:00
parent 172e326a35
commit ca04901166
@@ -128,8 +128,8 @@ export default {
this.key ++;
},
downloadTransaction(paramItem, showingPreciseAmount) {
let url = this.route('company.transaction.export', paramItem.id, showingPreciseAmount);
downloadTransaction(paramItem, paramShowingPreciseAmount) {
let url = this.route('company.transaction.export', paramItem.id, paramShowingPreciseAmount);
if(window.LARAVEL_VAPOR_ENABLED){
return fetch(url, {
method: 'GET',