diff --git a/packages/vue-cheetah-grid/lib/CGrid.vue b/packages/vue-cheetah-grid/lib/CGrid.vue index 09682507..a542c0cd 100644 --- a/packages/vue-cheetah-grid/lib/CGrid.vue +++ b/packages/vue-cheetah-grid/lib/CGrid.vue @@ -450,6 +450,7 @@ export default { frozenColCount (frozenColCount) { if (this.rawGrid) { this.rawGrid.frozenColCount = frozenColCount + this.$_CGrid_nextTickInvalidate() } }, allowRangePaste (allowRangePaste) { @@ -652,7 +653,7 @@ export default { this.rawGrid.layout = layout } this.rawGrid.theme = theme - this.rawGrid.$_CGrid_nextTickInvalidate() + this.$_CGrid_nextTickInvalidate() this._beforeGridProps = extend({}, gridProps) return }