Skip to content

Commit

Permalink
feat:op客户端统计筛选时间添加默认当前时间 TencentBlueKing#2044
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Apr 22, 2024
1 parent 4c10420 commit 212922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/devops-op/src/views/node/FileSystemRecord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
pageNumber: 1,
ip: '',
version: '',
startTime: '',
startTime: new Date(),
endTime: ''
},
clients: []
Expand Down

0 comments on commit 212922c

Please sign in to comment.