NEZ-1201 fix: Dashboard panel 设置自动刷新后,然后将自动刷新关闭,页面依旧自动刷新

This commit is contained in:
zhangyu
2021-11-08 09:32:25 +08:00
parent 501ec7807a
commit 9b8eb45542

View File

@@ -98,6 +98,7 @@ export default {
methods: {
selectInterval (val) {
this.visible = false
clearInterval(this.intervalTimer)
this.interval = val.value
this.interLabel = val.label
if (!this.showTimePicker && val && val.value != -1) {