Skip to content

Commit

Permalink
feat: 删除log
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shuo committed Nov 7, 2024
1 parent 4f0cfac commit 52bfe0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bklog/web/src/views/retrieve-v2/monitor/monitor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ const setRouteParams = () => {
const init = () => {
const result = handleTransformToTimestamp(props.timeRange);
// console.log(JSON.parse)
const resolver = new RouteUrlResolver({ route });
store.commit('updateIndexItem', { ...resolver.convertQueryToStore(), start_time: result[0], end_time: result[1], datePickerValue: props.timeRange, });
store.commit('updateIndexId', '');
Expand Down

0 comments on commit 52bfe0a

Please sign in to comment.