Merge pull request #489 from dataease/pr@dev@fix_panel-style-change-save-dev

fix:仪表板样式修改保存按钮还是灰的问题
This commit is contained in:
王嘉豪
2021-08-03 13:27:03 +08:00
committed by GitHub

View File

@@ -275,6 +275,7 @@ export default {
// 第一次变化 不需要 重置边界 待改进
if (this.changeIndex++ > 0) {
this.resizeParentBounds()
this.$store.state.styleChangeTimes++
}
// this.changeScale()
},