Map Attributes: fix allMapData.js.
This commit is contained in:
@@ -67,8 +67,8 @@ export default{
|
||||
computed: {
|
||||
// user select time start and end
|
||||
timeFrameStartEnd: function() {
|
||||
let start = getMoment(this.startTime).format('YYYY-MM-DDTHH:mm:ss');
|
||||
let end = getMoment(this.endTime).format('YYYY-MM-DDTHH:mm:ss');
|
||||
let start = getMoment(this.startTime).format('YYYY-MM-DDTHH:mm:00');
|
||||
let end = getMoment(this.endTime).format('YYYY-MM-DDTHH:mm:00');
|
||||
this.selectTimeFrame = [start, end]; // 傳給後端的資料
|
||||
|
||||
return [start, end];
|
||||
|
||||
Reference in New Issue
Block a user