mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
Export file directly from Laravel Vapor without going through S3 bucket
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ export default {
|
||||
break;
|
||||
}
|
||||
if(window.LARAVEL_VAPOR_ENABLED){
|
||||
this.submit(apiRoute, 'get', this.section, false, false);
|
||||
this.submit(apiRoute + '?startDate=' + this.parameters.startDate + '&endDate=' + this.parameters.endDate, 'get', this.section, false, false);
|
||||
}
|
||||
else{
|
||||
window.open(apiRoute + '?startDate=' + this.parameters.startDate + '&endDate=' + this.parameters.endDate, '_blank');
|
||||
|
||||
Reference in New Issue
Block a user