Merge branch 'dillon/34.5-vapor-development' into vapor/development

This commit is contained in:
Dillon Ngo
2024-06-22 13:54:16 +08:00
@@ -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',