Skip to content

Commit

Permalink
fix(frontend): dbha切换事件默认时间问题修复 #6670
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia authored and iSecloud committed Sep 5, 2024
1 parent b32c403 commit 4fbc25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbm-ui/frontend/src/views/dbha-switch-events/list/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
const isLoading = ref(false);
const filterDateRang = ref<[string, string]>([
dayjs().day(-6)
.toISOString(),
dayjs().toISOString(),
.format('YYYY-MM-DD HH:mm:ss'),
dayjs().format('YYYY-MM-DD HH:mm:ss'),
]);

const logState = reactive({
Expand Down

0 comments on commit 4fbc25f

Please sign in to comment.