Map Attributes: fix allMapData.js.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.99.1.01",
|
||||
"version": "0.99.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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