fix: 删除events by type图表不必要的请求参数
This commit is contained in:
@@ -104,8 +104,7 @@ export default {
|
||||
eventsByTypeData () {
|
||||
const params = {
|
||||
startTime: getSecond(this.timeFilter.startTime),
|
||||
endTime: getSecond(this.timeFilter.endTime),
|
||||
type: 'severity'
|
||||
endTime: getSecond(this.timeFilter.endTime)
|
||||
}
|
||||
this.toggleLoading(true)
|
||||
axios.get(api.npm.events.recentEvents, { params: params }).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user