mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
Fix a problem in merge conflict done wrong
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user