fix:修改endpoint metrics 打开没有图的问题

This commit is contained in:
zhangyu
2022-10-19 16:59:03 +08:00
parent cc0c89835a
commit ee8786f99f
2 changed files with 8 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ export default {
chartUnit: 5,
rightBox: { show: false },
minusTime: 0,
searchTime: [new Date().setHours(new Date().getHours() - 1), new Date()],
searchTime: bus.getTimezontDateRange(),
tableId: 'endpointQueryTable',
pageObj: {
pageSize: 20,