diff --git a/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue b/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue index 0c39c56..c73faea 100644 --- a/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue +++ b/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue @@ -63,7 +63,10 @@ context.moveTo(-4, width - 4); context.lineTo(width / 2, 6); context.lineTo(width + 4, width - 4); context.stroke(); -const date = ref({}) +const date = ref({ + from: moment().startOf('d').format("YYYY-MM-DD HH:mm:ss"), + to: moment().format("YYYY-MM-DD HH:mm:ss"), +}) const feature = reactive({ showFixed: false })