Merge pull request #8277 from dataease/pr@dev@fix_panel

fix(仪表板): 修复仪表板编辑界面没有监控浏览器刷新选项变动保存按钮未高亮问题
This commit is contained in:
王嘉豪 2024-03-01 18:03:20 +08:00 committed by GitHub
commit 72fd1bdfa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,6 +235,7 @@ export default {
} else if (val > 3600) {
this.overallSettingForm.refreshBrowserTime = 3600
}
this.$store.commit('recordSnapshot')
},
themeChange(modifyName) {
if (modifyName === 'themeColor') {