fix:修改 legend显示不正常的问题

This commit is contained in:
zhangyu
2021-12-23 11:29:29 +08:00
parent 8c46345aa1
commit db89eb8417
8 changed files with 13 additions and 17 deletions

View File

@@ -73,7 +73,6 @@ export default {
this.setSearchTime(nowTimeType.type, nowTimeType.value, nowTimeType)
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')
console.log(this.filter)
this.filter.value = this.searchTime[2]
this.filter.id = this.$refs.pickTime.$refs.timePicker.showTime.id
setTimeout(() => {