diff --git a/src/components/index-list/index-list.vue b/src/components/index-list/index-list.vue index e464bcc34c0c5779b1c1a95475359efc4925c820..d9f0b1133b2758dba9688fd0d150232ee68ebc4d 100644 --- a/src/components/index-list/index-list.vue +++ b/src/components/index-list/index-list.vue @@ -160,8 +160,8 @@ titleClick() { this.$emit(EVENT_TITLE_CLICK, this.title) }, - forceUpdate() { - this.$refs.scroll.forceUpdate() + forceUpdate(dirty) { + this.$refs.scroll.forceUpdate(dirty) }, onShortcutTouchStart(e) { const target = getMatchedTarget(e, 'cube-index-list-nav-item')