mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 19:12:55 +08:00
refactor: 修复重做按钮未激活保存问题
This commit is contained in:
parent
16f6fdd8a1
commit
e287db4846
@ -119,6 +119,7 @@ export const snapshotStore = defineStore('snapshot', {
|
|||||||
snapshotInfo.dvInfo.dataState = dvInfo.value.dataState
|
snapshotInfo.dvInfo.dataState = dvInfo.value.dataState
|
||||||
snapshotInfo.dvInfo.contentId = dvInfo.value.contentId
|
snapshotInfo.dvInfo.contentId = dvInfo.value.contentId
|
||||||
this.snapshotPublish(snapshotInfo)
|
this.snapshotPublish(snapshotInfo)
|
||||||
|
this.styleChangeTimes++
|
||||||
this.snapshotDisableTime = Date.now() + 3000
|
this.snapshotDisableTime = Date.now() + 3000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user