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

This commit is contained in:
zhangyu
2023-04-18 17:45:48 +08:00

View File

@@ -164,7 +164,10 @@ export default {
this.state = '2' this.state = '2'
} }
this.searchLabel = {} this.searchLabel = {}
this.getTableData() // this.getTableData()
setTimeout(() => {
this.$refs.pickTime && this.$refs.pickTime.$refs.timePicker.refresh()
}, 100)
} }
} }
}, },