Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-07-21 10:35:31 +08:00
7 changed files with 42 additions and 1 deletions

View File

@@ -4093,6 +4093,11 @@ export default {
return rowData
},
expressionChange () {
if (this.$refs.pickTime) {
const nowTimeType = this.$refs.pickTime.$refs.timePicker.nowTimeType
this.nowTimeType = this.$refs.pickTime.$refs.timePicker.nowTimeType
this.setSearchTime(nowTimeType.type, nowTimeType.value)
}
if (this.expressions && this.expressions.length >= 1) {
if (this.showMetrics) {
this.queryTableData()