feat:endpoint query 图表添加比较按钮

This commit is contained in:
zhangyu
2021-03-31 15:26:01 +08:00
parent 1758302b33
commit 2276dcfa93
10 changed files with 74 additions and 26 deletions

View File

@@ -389,7 +389,6 @@ export default {
dateChange (val) {
const nowTimeType = this.$refs.pickTime.$refs.timePicker.nowTimeType
this.setSearchTime(nowTimeType.type, nowTimeType.value, nowTimeType)
console.log(this.searchTime)
this.filter.start_time = bus.timeFormate(this.searchTime[0], 'yyyy-MM-dd hh:mm:ss')
this.filter.end_time = bus.timeFormate(this.searchTime[1], 'yyyy-MM-dd hh:mm:ss')
this.filter.end_time = bus.timeFormate(this.searchTime[1], 'yyyy-MM-dd hh:mm:ss')