forked from github/dataease
Merge pull request #1700 from dataease/pr@v1.7@fix_panel-component
fix: 组件属性框直接输入值无法保存问题
This commit is contained in:
commit
8258f35e12
@ -58,9 +58,7 @@ export default {
|
|||||||
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
|
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
|
||||||
},
|
},
|
||||||
recordStyleChange(state) {
|
recordStyleChange(state) {
|
||||||
if (state.curComponent) {
|
state.styleChangeTimes++
|
||||||
state.styleChangeTimes++
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user