fix: 优化Topology 选择legend的操作

This commit is contained in:
zhangyu
2023-04-13 11:43:30 +08:00
parent 626fdbd1e0
commit 1cc1cb1f85
2 changed files with 13 additions and 4 deletions

View File

@@ -434,6 +434,9 @@ export default {
}
},
beforeEdit () {
const endTime = new Date().getTime()
const startTime = endTime - 60 * this.params.timeType * 1000
this.getQueryValues(this.querysArray, startTime, endTime)
this.editFlag = true
this.contextmenu = {
left: null,