mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
update base price date range
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
},
|
||||
resetSearch() {
|
||||
var today = new Date();
|
||||
today = today = new Date(today.setMonth(today.getMonth()-1));
|
||||
today = new Date(today.getTime() - ((today.getTimezoneOffset())*60*1000));
|
||||
this.searchParam.dateFrom = today.toISOString().split('T')[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user