fix(仪表板、数据大屏): 修复直接输入数字的属性样式变更可能导致仪表板编辑时保存按钮被重复激活问题

This commit is contained in:
wangjiahao
2025-01-13 13:25:46 +08:00
committed by 王嘉豪
parent 8d95781c1a
commit c262358dd7

View File

@@ -173,6 +173,7 @@ export const snapshotStore = defineStore('snapshot', {
resetStyleChangeTimes() {
this.styleChangeTimes = 0
this.snapshotCacheTimes = 0
},
resetSnapshot() {
this.styleChangeTimes = -1