mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(仪表板): 修复仪表板编辑界面没有监控浏览器刷新选项变动保存按钮未高亮问题
This commit is contained in:
@@ -235,6 +235,7 @@ export default {
|
||||
} else if (val > 3600) {
|
||||
this.overallSettingForm.refreshBrowserTime = 3600
|
||||
}
|
||||
this.$store.commit('recordSnapshot')
|
||||
},
|
||||
themeChange(modifyName) {
|
||||
if (modifyName === 'themeColor') {
|
||||
|
||||
Reference in New Issue
Block a user