diff --git a/components/area-select/select/index.vue b/components/area-select/select/index.vue index ae083dd..2c6db67 100644 --- a/components/area-select/select/index.vue +++ b/components/area-select/select/index.vue @@ -114,7 +114,7 @@ }, handleAfterEnter () { - if (!this.scrollbar) { + if (!this.scrollbar && this.value) { this.scrollbar = new BeautifyScrollbar(this.$refs.wrap); } }