Merge pull request #1700 from dataease/pr@v1.7@fix_panel-component

fix: 组件属性框直接输入值无法保存问题
This commit is contained in:
王嘉豪 2022-01-26 17:07:13 +08:00 committed by GitHub
commit 8258f35e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,7 @@ export default {
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
},
recordStyleChange(state) {
if (state.curComponent) {
state.styleChangeTimes++
}
state.styleChangeTimes++
}
}
}