diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue index 1fdf8a8561..661f46ecdd 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue @@ -98,6 +98,8 @@ this.searchParams.projectId = this.id === 0 ? 0 : localStore.getItem('projectId') this.dataTime[0] = dayjs().format('YYYY-MM-DD 00:00:00') this.dataTime[1] = dayjs().format('YYYY-MM-DD HH:mm:ss') + this.searchParams.startDate = this.dataTime[0] + this.searchParams.endDate = this.dataTime[1] }, components: { mListConstruction,