mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Laravel Vapor - New UI and date filter for long qeury report download
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ export default {
|
||||
if (this.validateDateRange()) {
|
||||
const formattedStartDate = this.formatDate(new Date(this.startDate.split('-').reverse().join('-')));
|
||||
const formattedEndDate = this.formatDate(new Date(this.endDate.split('-').reverse().join('-')));
|
||||
const url = `https://exchange.cief-malaysia.com/show-white-form-transactions-in-date-range/${formattedStartDate}/${formattedEndDate}`;
|
||||
const url = `/show-white-form-transactions-in-date-range/${formattedStartDate}/${formattedEndDate}`;
|
||||
window.open(url, '_blank');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user