mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(仪表板、数据大屏): 修复直接输入数字的属性样式变更可能导致仪表板编辑时保存按钮被重复激活问题
This commit is contained in:
@@ -173,6 +173,7 @@ export const snapshotStore = defineStore('snapshot', {
|
||||
|
||||
resetStyleChangeTimes() {
|
||||
this.styleChangeTimes = 0
|
||||
this.snapshotCacheTimes = 0
|
||||
},
|
||||
resetSnapshot() {
|
||||
this.styleChangeTimes = -1
|
||||
|
||||
Reference in New Issue
Block a user