fix: 编辑生效后仪表板未识别到变化,保存按钮不可点击 #5254

This commit is contained in:
dataeaseShu 2023-05-22 11:23:00 +08:00
parent 4b678cff30
commit 96d32a3095

View File

@ -154,6 +154,7 @@ export default {
},
themeChange(styleKey) {
adaptCurThemeFilterStyleAll(styleKey)
this.$store.commit('recordSnapshot')
}
}
}